IStandardClassificationService.FormalLanguage 属性

定义

获取表示正式语言的分类类型。

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

属性值

IClassificationType

正式语言分类类型。

适用于