IStandardClassificationService.NaturalLanguage Property

Definition

Gets a classification type representing a natural language.

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

Property Value

The natural language classification type.

Applies to