IVsHiddenRegion::GetType Method (Int32)
Visual Studio 2015
Returns the hidden region type (that is, concealed or collapsible).
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- piHiddenRegionType
-
Type:
System::Int32
[out] Pointer to the hidden region type. For more information, see HIDDEN_REGION_TYPE.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsHiddenRegion::GetType(
[out] long *piHiddenRegionType
);
The hidden region type determines whether the region is concealed (hidden) or collapsible (outlined). The Type is a permanent property of the hidden region.
Show: