Share via


EventRegistrationTokenTable<T>.InvocationList 屬性

定義

取得或設定 T 型別的委派,其引動過程清單包含已加入且尚未移除的所有事件處理常式委派。 叫用此委派會叫用所有事件處理常式。

public:
 property T InvocationList { T get(); void set(T value); };
public T InvocationList { get; set; }
public T? InvocationList { get; set; }
member this.InvocationList : 'T with get, set
Public Property InvocationList As T

屬性值

T

型別為 T 的委派,表示目前已註冊用於事件的所有事件處理常式委派。

適用於