IMappingTagSpan<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)
Syntax
'Declaration
ReadOnly Property Tag As T
T Tag { get; }
property T Tag {
T get ();
}
abstract Tag : 'T with get
function get Tag () : T
Property Value
Type: T
The tag located in this span.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.