IVsPropertyBrowser Interface
Visual Studio 2015
Gets and sets the state of the property browser. Implemented by the environment.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetState(VsPropertyBrowserState[]) | Gets the state of the property browser and returns it in a VsPropertyBrowserState structure. |
![]() | SetState(VsPropertyBrowserState[]) | Sets the state of the property browser using information in a VsPropertyBrowserState structure. |
The VsPropertyBrowserState structure contains the information about the Property Browser. Your code needs to allocate storage for this structure.
Show:
