InvokeMethod<TResult>.MethodName 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.
Nom de la méthode à appeler lorsque l'activité s'exécute.
public:
property System::String ^ MethodName { System::String ^ get(); void set(System::String ^ value); };
public string MethodName { get; set; }
member this.MethodName : string with get, set
Public Property MethodName As String
Valeur de propriété
Nom de la méthode.
Remarques
La méthode appelée doit être déclarée comme publique.