ITagAggregator<T>.GetTags Method
Include Protected Members
Include Inherited Members
Gets all the tags that overlap or are contained by the specified span of the type of the aggregator.
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 | |
---|---|---|
GetTags(IMappingSpan) | Gets all the tags that overlap or are contained by the specified span of the type of the aggregator. | |
GetTags(NormalizedSnapshotSpanCollection) | Gets all the tags that overlap or are contained by the specified snapshotSpans of the type of the aggregator. | |
GetTags(SnapshotSpan) | Gets all the tags that overlap or are contained by the specified span of the same type as the aggregator. |
Top