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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.