Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Property Tag As T
public T Tag { get; private set; }
public:
virtual property T Tag {
T get () sealed;
private: void set (T value) sealed;
}
abstract Tag : 'T with get, private set
override Tag : 'T with get, private set
final function get Tag () : T
private final function set Tag (value : T)
Property Value
Type: T
The tag located in this span.
Implements
.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.