ClassificationTag.ClassificationType, propriété
Obtient le type de classification associé à cette balise.
Espace de noms : Microsoft.VisualStudio.Text.Tagging
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
Public Property ClassificationType As IClassificationType
public IClassificationType ClassificationType { get; private set; }
public:
virtual property IClassificationType^ ClassificationType {
IClassificationType^ get () sealed;
private: void set (IClassificationType^ value) sealed;
}
abstract ClassificationType : IClassificationType with get, private set
override ClassificationType : IClassificationType with get, private set
final function get ClassificationType () : IClassificationType
private final function set ClassificationType (value : IClassificationType)
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Classification.IClassificationType
Type de classification associé à cette balise.
Implémentations
IClassificationTag.ClassificationType
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.