IStandardClassificationService.StringLiteral Property

Definition

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

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

Property Value

The string literal classification type.

Applies to