HIDDEN_REGION_STATE Enumeration

Specifies whether the span of text is expanded or collapsed.

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

Syntax

'Declaration
Public Enumeration HIDDEN_REGION_STATE
'Usage
Dim instance As HIDDEN_REGION_STATE
public enum HIDDEN_REGION_STATE
public enum class HIDDEN_REGION_STATE
public enum HIDDEN_REGION_STATE

Members

Member name Description
hrsDefault New outline region is collapsed.
hrsExpanded New outline region is expanded.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace