DependencyObject.GetInvocationList<T>(DependencyProperty) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.