EventRecord.Keywords 屬性

定義

取得該活動的關鍵詞面具。 取得屬性的值 KeywordsDisplayNames ,以取得遮罩中關鍵字的名稱。

public:
 abstract property Nullable<long> Keywords { Nullable<long> get(); };
public abstract long? Keywords { get; }
member this.Keywords : Nullable<int64>
Public MustOverride ReadOnly Property Keywords As Nullable(Of Long)

屬性值

回報多頭價值。 這個值可以是 Null。

備註

事件的關鍵字用來將該事件與其他類似事件分組,根據事件的使用情況。 每個關鍵字都是 64 位元遮罩中的位元。 預設位元值與保留位元佔據此遮罩的頂端 16 個位置,清單則可使用介於 0x0000000000000001 與 0x0000800000000000 之間的任何位元。

標準事件關鍵字定義於 StandardEventKeywords 列舉中。

適用於