SimpleTagger<T>::GetTaggedSpans Method (SnapshotSpan)

 

Gets the tagged spans that intersect the given SnapshotSpan.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
IEnumerable<TrackingTagSpan<T>^>^ GetTaggedSpans(
	SnapshotSpan span
)

Return Value

Type: System.Collections.Generic::IEnumerable<TrackingTagSpan<T>^>^

The set of TrackingTagSpan<T> objects that intersect the given span, in order.

Return to top
Show: