Condividi tramite


IVSMDPropertyBrowser Interface

Provides access to the designer properties window service.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'Dichiarazione
<GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")> _
<InterfaceTypeAttribute()> _
Public Interface IVSMDPropertyBrowser
'Utilizzo
Dim instance As IVSMDPropertyBrowser
[GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute()]
public interface IVSMDPropertyBrowser
[GuidAttribute(L"74946810-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute()]
public interface class IVSMDPropertyBrowser
[<GuidAttribute("74946810-37A0-11D2-A273-00C04F8EF4FF")>]
[<InterfaceTypeAttribute()>]
type IVSMDPropertyBrowser =  interface end
public interface IVSMDPropertyBrowser

Remarks

This service provides the global shell properties window. In addition, it also provides a way to create property grids that can be independently manipulated.

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

See Also

Reference

IVSMDPropertyBrowser Members

Microsoft.VisualStudio.Designer.Interfaces Namespace