IVSMDPropertyBrowser Interface
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.
Provides access to the designer properties window service.
public interface class IVSMDPropertyBrowser
public interface class IVSMDPropertyBrowser
__interface IVSMDPropertyBrowser
[System.Runtime.InteropServices.Guid("74946810-37A0-11D2-A273-00C04F8EF4FF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVSMDPropertyBrowser
[<System.Runtime.InteropServices.Guid("74946810-37A0-11D2-A273-00C04F8EF4FF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVSMDPropertyBrowser = interface
Public Interface IVSMDPropertyBrowser
- Attributes
Properties
WindowGlyphResourceID |
Gets the resource ID of the glyph that the properties window should use as its tool window icon. |
Methods
CreatePropertyGrid() |
Creates a properties window. You must populate this grid with data yourself. |
Refresh() |
Refreshes the properties window. |