共用方式為


IStandardClassificationService.Keyword 屬性

取得代表正規語言關鍵字的分類型別。

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

語法

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

屬性值

類型:Microsoft.VisualStudio.Text.Classification.IClassificationType
關鍵字分類的型別。

.NET Framework 安全性

請參閱

參考

IStandardClassificationService 介面

Microsoft.VisualStudio.Language.StandardClassification 命名空間