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:
property T Tag {
T get ();
private: void set (T value);
}
member Tag : 'T with get, private set
function get Tag () : T
private function set Tag (value : 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.