NewHiddenRegionEx.iType Field

Specifies whether a hidden (concealed) or outline (collapsible) region is created. This member is a permanent property of the region. For more information, see the HIDDEN_REGION_TYPE enumeration.

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

Syntax

'Déclaration
Public iType As Integer
'Utilisation
Dim instance As NewHiddenRegionEx
Dim value As Integer

value = instance.iType

instance.iType = value
public int iType
public:
int iType
val mutable iType: int
public var iType : int

Remarks

COM Signature

From textmgr2.idl:

.NET Framework Security

See Also

Reference

NewHiddenRegionEx Structure

NewHiddenRegionEx Members

Microsoft.VisualStudio.TextManager.Interop Namespace