NewHiddenRegionEx Structure

Creates a new outline or hidden text region over the specified text span.

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

Syntax

'Déclaration
Public Structure NewHiddenRegionEx
'Utilisation
Dim instance As NewHiddenRegionEx
public struct NewHiddenRegionEx
public value class NewHiddenRegionEx
[<SealedAttribute>]
type NewHiddenRegionEx =  struct end
JScript supports the use of structures, but not the declaration of new ones.

Remarks

Same as NewHiddenRegion structure with additional members.

This structure provides information about characteristics of a new region including the type of region (hidden or outline), the region behavior (client- or editor-controlled), the region state (collapsed or expanded), and the banner text displayed when an outline region is collapsed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

NewHiddenRegionEx Members

Microsoft.VisualStudio.TextManager.Interop Namespace