SimpleTagger<T>::GetTaggedSpans Method (SnapshotSpan)
Visual Studio 2015
Gets the tagged spans that intersect the given SnapshotSpan.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- span
-
Type:
Microsoft.VisualStudio.Text::SnapshotSpan
The SnapshotSpan to use.
Return Value
Type: System.Collections.Generic::IEnumerable<TrackingTagSpan<T>^>^The set of TrackingTagSpan<T> objects that intersect the given span, in order.
Show: