VSDESIGNER_FUNCTIONVISIBILITY Enumeration
Visual Studio 2015
Specifies the designer function access level.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| 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). |
From vsshell.idl:
Show: