MappingTagSpan<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]
	virtual T get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(T value) sealed;
}

Property Value

Type: T

The tag located in this span.

Return to top
Show: