DependencyObject.GetInvocationList<T>(DependencyProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得陣列,其中包含指定之 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 不對應於事件。