HIDDEN_REGION_TYPE Enumeration

 

Specifies whether the new region is a hidden (concealed) or outline (collapsible) region.

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

public enum HIDDEN_REGION_TYPE

Member nameDescription
hrtCollapsible

Specifies an outline region.

hrtConcealed

Specifies a hidden region.

From textmgr.idl:

Return to top
Show: