IOutliningManager.GetCollapsedRegions Method
Include Protected Members
Include Inherited Members
Gets all the collapsed 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 | |
---|---|---|
GetCollapsedRegions(NormalizedSnapshotSpanCollection) | Gets all the collapsed regions that intersect the given collection of spans. | |
GetCollapsedRegions(SnapshotSpan) | Gets all the collapsed regions that intersect the given span. | |
GetCollapsedRegions(NormalizedSnapshotSpanCollection, Boolean) | Gets all the collapsed regions that intersect the given collection of spans. | |
GetCollapsedRegions(SnapshotSpan, Boolean) | Gets all the collapsed regions that intersect the given span. |
Top