TrackingTagSpan<T>::Span Property

 

Gets the tracking span for this tag.

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

public:
property ITrackingSpan^ Span {
	[CompilerGeneratedAttribute]
	ITrackingSpan^ get();
	[CompilerGeneratedAttribute]
	private: void set(ITrackingSpan^ value);
}

Property Value

Type: Microsoft.VisualStudio.Text::ITrackingSpan^

The tracking span for this tag.

Return to top
Show: