EventToken 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示中繼資料 (Metadata) 所傳回的 Token
,來表示事件。
public value class EventToken
[System.Serializable]
public struct EventToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct EventToken
[<System.Serializable>]
type EventToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type EventToken = struct
Public Structure EventToken
- 繼承
- 屬性
欄位
Empty |
預設 |
屬性
Token |
擷取這個事件的中繼資料 Token。 |
方法
Equals(EventToken) |
指出目前的執行個體和指定的 EventToken 是否相等。 |
Equals(Object) |
檢查指定物件是否為 |
GetHashCode() |
產生這個事件的雜湊碼。 |
運算子
Equality(EventToken, EventToken) |
指出兩個 EventToken 結構是否相等。 |
Inequality(EventToken, EventToken) |
指出兩個 EventToken 結構是否不相等。 |