TagSpan<T>.Tag, propriété

Obtient la balise située dans cette étendue.

Espace de noms :  Microsoft.VisualStudio.Text.Tagging
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : T
Balise située dans cette étendue.

Implémentations

ITagSpan<T>.Tag

Sécurité .NET Framework

Voir aussi

Référence

TagSpan<T> Classe

Microsoft.VisualStudio.Text.Tagging, espace de noms