Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides access to the designer properties window service.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Declaration
<GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")> _
<InterfaceTypeAttribute()> _
Public Interface IVSMDPropertyBrowser
[GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute()]
public interface IVSMDPropertyBrowser
[GuidAttribute(L"74946810-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute()]
public interface class IVSMDPropertyBrowser
[<GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")>]
[<InterfaceTypeAttribute()>]
type IVSMDPropertyBrowser = interface end
public interface IVSMDPropertyBrowser
The IVSMDPropertyBrowser type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
WindowGlyphResourceID | Gets the resource ID of the glyph that the properties window should use as its tool window icon. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreatePropertyGrid | Creates a properties window. You must populate this grid with data yourself. |
![]() |
Refresh | Refreshes the properties window. |
Top
Remarks
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.