ITagSpan<T>::Span Property

 

Gets the snapshot span for this tag.

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

property SnapshotSpan Span {
	SnapshotSpan get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The snapshot span for this tag.

Return to top
Show: