Share via


IVSMDPropertyBrowser Interface

Definition

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.

Applies to