共用方式為


IStandardClassificationService.PreprocessorKeyword 屬性

取得代表正規語言前置處理器關鍵字的分類型別。

命名空間:  Microsoft.VisualStudio.Language.StandardClassification
組件:  Microsoft.VisualStudio.Language.StandardClassification (在 Microsoft.VisualStudio.Language.StandardClassification.dll 中)

語法

'宣告
ReadOnly Property PreprocessorKeyword As IClassificationType
IClassificationType PreprocessorKeyword { get; }
property IClassificationType^ PreprocessorKeyword {
    IClassificationType^ get ();
}
abstract PreprocessorKeyword : IClassificationType with get
function get PreprocessorKeyword () : IClassificationType

屬性值

類型:Microsoft.VisualStudio.Text.Classification.IClassificationType
前置處理器類別型別。

.NET Framework 安全性

請參閱

參考

IStandardClassificationService 介面

Microsoft.VisualStudio.Language.StandardClassification 命名空間