Delegate.Method Propriété
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 la méthode représentée par le délégué.
public:
property System::Reflection::MethodInfo ^ Method { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo Method { get; }
member this.Method : System.Reflection.MethodInfo
Public ReadOnly Property Method As MethodInfo
Valeur de propriété
MethodInfo décrivant la méthode représentée par le délégué.
Exceptions
L’appelant n’a pas accès à la méthode représentée par le délégué (par exemple, si la méthode est privée).