Condividi tramite


Proprietà IClassificationType.Classification

Ottiene il nome del tipo di classificazione.

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

Sintassi

'Dichiarazione
ReadOnly Property Classification As String
string Classification { get; }
property String^ Classification {
    String^ get ();
}
abstract Classification : string with get
function get Classification () : String

Valore proprietà

Tipo: String
Il nome del tipo di classificazione.

Note

tutti i tipi di classificazione sono identificati da un nome univoco. Il nome non è mai nullriferimento null (Nothing in Visual Basic).

IClassificationTypeRegistryService può restituire IClassificationType da questo nome.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IClassificationType Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Classification