VSDESIGNER_FUNCTIONVISIBILITY Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the designer function access level.
public enum class VSDESIGNER_FUNCTIONVISIBILITY
public enum class VSDESIGNER_FUNCTIONVISIBILITY
enum VSDESIGNER_FUNCTIONVISIBILITY
public enum VSDESIGNER_FUNCTIONVISIBILITY
type VSDESIGNER_FUNCTIONVISIBILITY =
Public Enum VSDESIGNER_FUNCTIONVISIBILITY
- Inheritance
-
VSDESIGNER_FUNCTIONVISIBILITY
Fields
Name | Value | Description |
---|---|---|
VSDFV_Private | 0 | Designer functions are marked private. |
VSDFV_Friend | 1 | Designer functions are marked friend. |
VSDFV_Public | 2 | Designer functions are marked public (current not supported). |
Remarks
COM Signature
From vsshell.idl: