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
為 null 參考 (在 Visual Basic 中為 Nothing
)。
dependencyEvent
並未對應到事件。