Share via


IOutliningManager.GetAllRegions Method

Include Protected Members
Include Inherited Members

Gets all the regions that intersect the specified area.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetAllRegions(NormalizedSnapshotSpanCollection) Gets all the regions that intersect the given collection of spans, whether or not they are collapsed.
Public method GetAllRegions(SnapshotSpan) Gets all the regions that intersect the given span, whether or not they are collapsed.
Public method GetAllRegions(NormalizedSnapshotSpanCollection, Boolean) Gets all the regions that intersect the given collection of spans, whether or not they are collapsed.
Public method GetAllRegions(SnapshotSpan, Boolean) Gets all the regions that intersect the given span, whether or not they are collapsed.

Top

See Also

Reference

IOutliningManager Interface

Microsoft.VisualStudio.Text.Outlining Namespace