Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the designer function access level.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSDESIGNER_FUNCTIONVISIBILITY
public enum VSDESIGNER_FUNCTIONVISIBILITY
public enum class VSDESIGNER_FUNCTIONVISIBILITY
type VSDESIGNER_FUNCTIONVISIBILITY
public enum VSDESIGNER_FUNCTIONVISIBILITY
Members
| Member name | Description | |
|---|---|---|
| VSDFV_Friend | Designer functions are marked friend. | |
| VSDFV_Private | Designer functions are marked private. | |
| VSDFV_Public | Designer functions are marked public (current not supported). |
Remarks
COM Signature
From vsshell.idl: