IStandardClassificationService::NaturalLanguage Property

 

Gets a classification type representing a natural language.

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

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

Property Value

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

The natural language classification type.

Return to top
Show: