TrackingTagSpan<T>::Tag Property

 

Gets the tag located in this span.

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

public:
property T Tag {
	[CompilerGeneratedAttribute]
	T get();
	[CompilerGeneratedAttribute]
	private: void set(T value);
}

Property Value

Type: T

The tag located in this span.

Return to top
Show: