EventRecord.Keywords 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得事件的關鍵字遮罩。 取得 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 。