CallExternalMethodActivity.ParameterBindings 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 collection de paramètres pouvant être liés tels qu’ils apparaissent dans la liste de paramètres formels de la méthode externe.
public:
property System::Workflow::ComponentModel::WorkflowParameterBindingCollection ^ ParameterBindings { System::Workflow::ComponentModel::WorkflowParameterBindingCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.WorkflowParameterBindingCollection ParameterBindings { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ParameterBindings : System.Workflow.ComponentModel.WorkflowParameterBindingCollection
Public ReadOnly Property ParameterBindings As WorkflowParameterBindingCollection
Valeur de propriété
WorkflowParameterBindingCollection de paramètres à lier.
- Attributs
Exemples
L’exemple suivant montre comment ajouter un paramètre de liaison à la collection de liaisons du paramètre. Cet exemple est issu de l'exemple du Kit de développement logiciel Host Communication (SDK) qui provient du fichier VotingServiceWorkflow.designer.cs. Pour plus d’informations, consultez Host Communication Sample.
this.createBallotCallExternalMethodActivity.ParameterBindings.Add(workflowparameterbinding1);