Condividi tramite


Proprietà ClassificationSpan.ClassificationType

Ottiene il tipo di classificazione di testo.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
il tipo di classificazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ClassificationSpan Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Classification