ActivityMetadata.Bind(Argument, RuntimeArgument) Method

Definition

Binds the specified Argument to the specified RuntimeArgument.

public:
 void Bind(System::Activities::Argument ^ binding, System::Activities::RuntimeArgument ^ argument);
public void Bind (System.Activities.Argument binding, System.Activities.RuntimeArgument argument);
member this.Bind : System.Activities.Argument * System.Activities.RuntimeArgument -> unit
Public Sub Bind (binding As Argument, argument As RuntimeArgument)

Parameters

binding
Argument

The Argument to bind.

argument
RuntimeArgument

The RuntimeArgument to bind.

Applies to