VsPropertyBrowserState Structure
Visual Studio 2015
Contains information about the property browser state.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | cbSize | DWORD containing the size of VsPropertyBrowserState (for plug-and-play). |
![]() | cStatusHeight | Count of lines displayed in status pane. |
![]() | customColors | Custom colors chosen for the property browser. |
![]() | fOutline | Specifies whether to show categorized outline view. |
![]() | fShowStatus | Indicates whether status pane is visible. |
Used with IVsPropertyBrowser methods.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

