Udostępnij za pośrednictwem


IVSMDPropertyBrowser.CreatePropertyGrid Method

Definition

Creates a properties window. You must populate this grid with data yourself.

public:
 Microsoft::VisualStudio::Designer::Interfaces::IVSMDPropertyGrid ^ CreatePropertyGrid();
public:
 Microsoft::VisualStudio::Designer::Interfaces::IVSMDPropertyGrid ^ CreatePropertyGrid();
Microsoft::VisualStudio::Designer::Interfaces::IVSMDPropertyGrid CreatePropertyGrid();
public Microsoft.VisualStudio.Designer.Interfaces.IVSMDPropertyGrid CreatePropertyGrid ();
abstract member CreatePropertyGrid : unit -> Microsoft.VisualStudio.Designer.Interfaces.IVSMDPropertyGrid
Public Function CreatePropertyGrid () As IVSMDPropertyGrid

Returns

The new IVSMDPropertyGrid.

Applies to