DependencyObject.GetInvocationList<T>(DependencyProperty) Méthode

Définition

Obtient un tableau qui contient les délégués du DependencyProperty spécifié.

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()

Paramètres de type

T

Type des délégués retournés.

Paramètres

dependencyEvent
DependencyProperty

DependencyProperty spécifié.

Retours

T[]

Un tableau qui contient les délégués du DependencyProperty spécifié.

Exceptions

dependencyEvent est une référence Null (Nothing en Visual Basic).

dependencyEvent ne correspond pas à un événement.

S’applique à