IVSMDPropertyBrowser Interface
Visual Studio 2015
Provides access to the designer properties window service.
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | WindowGlyphResourceID | Gets the resource ID of the glyph that the properties window should use as its tool window icon. |
| Name | Description | |
|---|---|---|
![]() | CreatePropertyGrid() | Creates a properties window. You must populate this grid with data yourself. |
![]() | Refresh() | Refreshes the properties window. |
This service provides the global shell properties window. In addition, it also provides a way to create property grids that can be independently manipulated.
The global properties window can be accessed by querying for SVSMDPropertyBrowser but passing IVsWindowPane as your interface.
Show:

