IVSMDPropertyBrowser Interface

 

Provides access to the designer properties window service.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

[GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute(1)]
public interface IVSMDPropertyBrowser

NameDescription
System_CAPS_pubpropertyWindowGlyphResourceID

Gets the resource ID of the glyph that the properties window should use as its tool window icon.

NameDescription
System_CAPS_pubmethodCreatePropertyGrid()

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

System_CAPS_pubmethodRefresh()

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.

Return to top
Show: