IStandardClassificationService::StringLiteral Property

 

Gets a classification type representing string literals.

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

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

Property Value

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

The string literal classification type.

Return to top
Show: