SVSMDPropertyBrowser Interface

Definition

Passed to the QueryService(Guid, Guid, IntPtr) method to return a reference to the IVSMDPropertyBrowser interface.

public interface class SVSMDPropertyBrowser
public interface class SVSMDPropertyBrowser
__interface SVSMDPropertyBrowser
[System.Runtime.InteropServices.Guid("74946810-37A0-11D2-A273-00C04F8EF4FF")]
public interface SVSMDPropertyBrowser
[System.Runtime.InteropServices.Guid("74946810-37A0-11D2-A273-00C04F8EF4FF")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface SVSMDPropertyBrowser
[<System.Runtime.InteropServices.Guid("74946810-37A0-11D2-A273-00C04F8EF4FF")>]
type SVSMDPropertyBrowser = interface
[<System.Runtime.InteropServices.Guid("74946810-37A0-11D2-A273-00C04F8EF4FF")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type SVSMDPropertyBrowser = interface
Public Interface SVSMDPropertyBrowser
Attributes

Remarks

The global properties window can be accessed by querying for the SVSMDPropertyBrowser service but passing IVsWindowPane as the interface.

Applies to