CodeActivityMetadata.SetArgumentsCollection Metódus

Definíció

Hozzáadja a megadott argumentumgyűjteményt a tevékenység argumentumaihoz.

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

Paraméterek

arguments
Collection<RuntimeArgument>

A hozzáadni kívánt argumentumok.

A következőre érvényes: