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 | |
---|---|---|
GetAllRegions(NormalizedSnapshotSpanCollection) | Gets all the regions that intersect the given collection of spans, whether or not they are collapsed. | |
GetAllRegions(SnapshotSpan) | Gets all the regions that intersect the given span, whether or not they are collapsed. | |
GetAllRegions(NormalizedSnapshotSpanCollection, Boolean) | Gets all the regions that intersect the given collection of spans, whether or not they are collapsed. | |
GetAllRegions(SnapshotSpan, Boolean) | Gets all the regions that intersect the given span, whether or not they are collapsed. |
Top