Freigeben über


IStandardClassificationService.Identifier Property

Gets a classification type representing identifiers in a formal language.

Namespace:  Microsoft.VisualStudio.Language.StandardClassification
Assembly:  Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The identifier classification type.

.NET Framework Security

See Also

Reference

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification Namespace