Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.
.gif)
.gif)