NewHiddenRegion.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 (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
Public iType As Integer
'Utilisation
Dim instance As NewHiddenRegion
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 textmgr.idl:

.NET Framework Security

See Also

Reference

NewHiddenRegion Structure

NewHiddenRegion Members

Microsoft.VisualStudio.TextManager.Interop Namespace