IStandardClassificationService::Literal Property

 

Gets a classification type representing literals in a formal language.

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

property IClassificationType^ Literal {
	IClassificationType^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Classification::IClassificationType^

The literal classification type.

Return to top
Show: