EventRegistrationTokenTable<T>.InvocationList 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
的委派,表示目前已註冊用於事件的所有事件處理常式委派。