IStandardClassificationService.PreprocessorKeyword 属性

定义

获取表示语言中的预处理器关键字的分类类型。

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

属性值

IClassificationType

预处理器分类类型。

适用于