IVSMDPropertyBrowser.CreatePropertyGrid Method
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.
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.