SVSMDPropertyBrowser Interface

Passed to the QueryService method to return a reference to the IVSMDPropertyBrowser interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")> _
Public Interface SVSMDPropertyBrowser
[GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")]
public interface SVSMDPropertyBrowser
[GuidAttribute(L"74946810-37A0-11D2-A273-00C04F8EF4FF")]
public interface class SVSMDPropertyBrowser
[<GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")>]
type SVSMDPropertyBrowser =  interface end
public interface SVSMDPropertyBrowser

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace