VsPropertyBrowserState Structure

 

Contains information about the property browser state.

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

public struct VsPropertyBrowserState

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldcbSize

DWORD containing the size of VsPropertyBrowserState (for plug-and-play).

System_CAPS_pubfieldcStatusHeight

Count of lines displayed in status pane.

System_CAPS_pubfieldcustomColors

Custom colors chosen for the property browser.

System_CAPS_pubfieldfOutline

Specifies whether to show categorized outline view.

System_CAPS_pubfieldfShowStatus

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.

Return to top
Show: