CodeActivityMetadata.SetArgumentsCollection Metoda

Definicja

Dodaje określoną kolekcję argumentów do argumentów działania.

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))

Parametry

arguments
Collection<RuntimeArgument>

Argumenty do dodania.

Dotyczy