NativeActivityMetadata.SetArgumentsCollection Method

Definition

Adds the specified collection of arguments to the activity's arguments.

public:
 void SetArgumentsCollection(System::Collections::ObjectModel::Collection<System::Activities::RuntimeArgument ^> ^ arguments);
public void SetArgumentsCollection (System.Collections.ObjectModel.Collection<System.Activities.RuntimeArgument> arguments);
member this.SetArgumentsCollection : System.Collections.ObjectModel.Collection<System.Activities.RuntimeArgument> -> unit
Public Sub SetArgumentsCollection (arguments As Collection(Of RuntimeArgument))

Parameters

arguments
Collection<RuntimeArgument>

The arguments to add.

Applies to