IOutliningManager.GetAllRegions Method (SnapshotSpan, Boolean)

Gets all the regions that intersect the given span, whether or not they are collapsed.

Namespace:  Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Function GetAllRegions ( _
    span As SnapshotSpan, _
    exposedRegionsOnly As Boolean _
) As IEnumerable(Of ICollapsible)
IEnumerable<ICollapsible> GetAllRegions(
    SnapshotSpan span,
    bool exposedRegionsOnly
)
IEnumerable<ICollapsible^>^ GetAllRegions(
    SnapshotSpan span, 
    bool exposedRegionsOnly
)
abstract GetAllRegions : 
        span:SnapshotSpan * 
        exposedRegionsOnly:bool -> IEnumerable<ICollapsible> 
function GetAllRegions(
    span : SnapshotSpan, 
    exposedRegionsOnly : boolean
) : IEnumerable<ICollapsible>

Parameters

  • 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<ICollapsible>
A sorted sequence of all intersecting collapsible regions.

.NET Framework Security

See Also

Reference

IOutliningManager Interface

GetAllRegions Overload

Microsoft.VisualStudio.Text.Outlining Namespace