IStandardClassificationService.Identifier Property

Definition

Gets a classification type representing identifiers in a formal language.

public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ Identifier { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ Identifier { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public Microsoft.VisualStudio.Text.Classification.IClassificationType Identifier { get; }
member this.Identifier : Microsoft.VisualStudio.Text.Classification.IClassificationType
Public ReadOnly Property Identifier As IClassificationType

Property Value

The identifier classification type.

Applies to