Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the state of the property browser. Implemented by the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("B1E402B6-D8E0-4422-9164-421FEE099F00")> _
<InterfaceTypeAttribute()> _
Public Interface IVsPropertyBrowser
[GuidAttribute("B1E402B6-D8E0-4422-9164-421FEE099F00")]
[InterfaceTypeAttribute()]
public interface IVsPropertyBrowser
[GuidAttribute(L"B1E402B6-D8E0-4422-9164-421FEE099F00")]
[InterfaceTypeAttribute()]
public interface class IVsPropertyBrowser
[<GuidAttribute("B1E402B6-D8E0-4422-9164-421FEE099F00")>]
[<InterfaceTypeAttribute()>]
type IVsPropertyBrowser = interface end
public interface IVsPropertyBrowser
The IVsPropertyBrowser type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetState | Gets the state of the property browser and returns it in a VsPropertyBrowserState structure. |
![]() |
SetState | Sets the state of the property browser using information in a VsPropertyBrowserState structure. |
Top
Remarks
The VsPropertyBrowserState structure contains the information about the Property Browser. Your code needs to allocate storage for this structure.