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)

Syntax

'Declaration
ReadOnly Property NaturalLanguage As IClassificationType
IClassificationType NaturalLanguage { get; }
property IClassificationType^ NaturalLanguage {
    IClassificationType^ get ();
}
abstract NaturalLanguage : IClassificationType
function get NaturalLanguage () : IClassificationType

Property Value

Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The natural language classification type.

.NET Framework Security

See Also

Reference

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification Namespace