CallExternalMethodActivity::ParameterBindings Property
.NET Framework (current version)
Gets the collection of bindable parameters as found in the external method's formal parameter list.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
public: [BrowsableAttribute(false)] property WorkflowParameterBindingCollection^ ParameterBindings { WorkflowParameterBindingCollection^ get(); }
Property Value
Type: System.Workflow.ComponentModel::WorkflowParameterBindingCollection^The WorkflowParameterBindingCollection of parameters to bind to.
The following example shows how to add a parameter binding to the parameter bindings collection. This example is from the Host Communication SDK sample, from the VotingServiceWorkflow.designer.cs file. For more information, seeHost Communication Sample.
this.createBallotCallExternalMethodActivity.ParameterBindings.Add(workflowparameterbinding1);
.NET Framework
Available since 3.0
Available since 3.0
CallExternalMethodActivity Class
System.Workflow.Activities Namespace
Using the CallExternalMethod Activity
Show: