Condividi tramite


Proprietà IStandardClassificationService.Identifier

ottiene un tipo di classificazione che rappresenta gli identificatori in un linguaggio formale.

Spazio dei nomi:  Microsoft.VisualStudio.Language.StandardClassification
Assembly:  Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)

Sintassi

'Dichiarazione
ReadOnly Property Identifier As IClassificationType
IClassificationType Identifier { get; }
property IClassificationType^ Identifier {
    IClassificationType^ get ();
}
abstract Identifier : IClassificationType with get
function get Identifier () : IClassificationType

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
Il tipo di classificazione dell'identificatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IStandardClassificationService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Language.StandardClassification