IStandardClassificationService.CharacterLiteral Property

Definition

Gets a classification type representing character literals which derives from the literal classification type in a formal language.

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

Property Value

The character literal classification type.

Applies to