DependencyObject.GetInvocationList<T>(DependencyProperty) 方法

定義

取得陣列,其中包含指定之 DependencyProperty的委派。

protected:
generic <typename T>
 cli::array <T> ^ GetInvocationList(System::Workflow::ComponentModel::DependencyProperty ^ dependencyEvent);
protected T[] GetInvocationList<T>(System.Workflow.ComponentModel.DependencyProperty dependencyEvent);
member this.GetInvocationList : System.Workflow.ComponentModel.DependencyProperty -> 'T[]
Protected Function GetInvocationList(Of T) (dependencyEvent As DependencyProperty) As T()

類型參數

T

當選代表的類型。

參數

dependencyEvent
DependencyProperty

指定的 DependencyProperty

傳回

T[]

一個包含指定 DependencyProperty代理的陣列。

例外狀況

是一個空參考()。

dependencyEvent 不對應於事件。

適用於