IVSMDPropertyBrowser.CreatePropertyGrid Method
Creates a properties window. You must populate this grid with data yourself.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Declaration
Function CreatePropertyGrid As IVSMDPropertyGrid
IVSMDPropertyGrid CreatePropertyGrid()
IVSMDPropertyGrid^ CreatePropertyGrid()
abstract CreatePropertyGrid : unit -> IVSMDPropertyGrid
function CreatePropertyGrid() : IVSMDPropertyGrid
Return Value
Type: Microsoft.VisualStudio.Designer.Interfaces.IVSMDPropertyGrid
The new IVSMDPropertyGrid.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.