Partager via


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

Voir aussi

Référence

ClassificationTag Classe

Microsoft.VisualStudio.Text.Tagging, espace de noms