ClassificationSpan.ClassificationType, propriété
Obtient le type de classification du texte.
Espace de noms : Microsoft.VisualStudio.Text.Classification
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ClassificationType As IClassificationType
public IClassificationType ClassificationType { get; }
public:
property IClassificationType^ ClassificationType {
IClassificationType^ get ();
}
member ClassificationType : IClassificationType with get
function get ClassificationType () : IClassificationType
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Classification.IClassificationType
Type de classification.
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.