IStandardClassificationService.Literal Property

Definition

Gets a classification type representing literals in a formal language.

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

Property Value

The literal classification type.

Applies to