共用方式為


EventLogRecord.Keywords 屬性

定義

取得事件的關鍵字遮罩。 取得 KeywordsDisplayNames 屬性的值,以取得這個遮罩中所使用之關鍵字的名稱。

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

屬性值

傳回長數值。 這個值可以是 Null。

備註

事件的關鍵詞會用來根據事件的使用方式,將事件與其他類似的事件分組。 每個關鍵詞都是64位遮罩中的位。 預先定義的位值和保留位佔用此遮罩的前 16 個位置,讓指令清單使用0x0000000000000001與0x0000800000000000之間的任何位。

標準事件關鍵詞會在 列舉中 StandardEventKeywords 定義。

適用於

另請參閱