Compartir a través de


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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVSMDPropertyBrowser
[<System.Runtime.InteropServices.Guid("74946810-37A0-11D2-A273-00C04F8EF4FF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVSMDPropertyBrowser = interface
[<System.Runtime.InteropServices.Guid("74946810-37A0-11D2-A273-00C04F8EF4FF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVSMDPropertyBrowser = interface
Public Interface IVSMDPropertyBrowser
Attributes

Properties

Name Description
WindowGlyphResourceID

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

Methods

Name Description
CreatePropertyGrid()

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

Refresh()

Refreshes the properties window.

Applies to