IOutliningManager.GetCollapsedRegions Method (SnapshotSpan, Boolean)
Gets all the collapsed regions that intersect the given span.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
‘선언
Function GetCollapsedRegions ( _
span As SnapshotSpan, _
exposedRegionsOnly As Boolean _
) As IEnumerable(Of ICollapsed)
IEnumerable<ICollapsed> GetCollapsedRegions(
SnapshotSpan span,
bool exposedRegionsOnly
)
IEnumerable<ICollapsed^>^ GetCollapsedRegions(
SnapshotSpan span,
bool exposedRegionsOnly
)
abstract GetCollapsedRegions :
span:SnapshotSpan *
exposedRegionsOnly:bool -> IEnumerable<ICollapsed>
function GetCollapsedRegions(
span : SnapshotSpan,
exposedRegionsOnly : boolean
) : IEnumerable<ICollapsed>
Parameters
- span
Type: Microsoft.VisualStudio.Text.SnapshotSpan
The span.
- exposedRegionsOnly
Type: System.Boolean
true if this method should return only top-level regions (regions that aren't inside another collapsed region).
Return Value
Type: System.Collections.Generic.IEnumerable<ICollapsed>
A sorted sequence of collapsed regions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.