TagTypeAttribute.TagTypes, propriété
Obtient le type de balise.
Espace de noms : Microsoft.VisualStudio.Text.Tagging
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TagTypes As Type
public Type TagTypes { get; }
public:
property Type^ TagTypes {
Type^ get ();
}
member TagTypes : Type with get
function get TagTypes () : Type
Valeur de propriété
Type : Type
Type de balise.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.