ActivityMetadata.SetArgumentsCollection Método

Definición

Agrega la colección de argumentos especificada a los argumentos de la actividad.

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

Parámetros

arguments
Collection<RuntimeArgument>

Argumentos que agregar.

Se aplica a