CodeActivityMetadata.SetArgumentsCollection Metoda

Definice

Přidá zadanou kolekci argumentů k argumentům aktivity.

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, které se mají přidat.

Platí pro