IStandardClassificationService.FormalLanguage Property

Definition

Gets a classification type representing a formal language.

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

Property Value

The formal language classification type.

Applies to