NativeActivityMetadata.SetArgumentsCollection Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Adiciona a coleção especificada de argumentos aos argumentos da atividade.
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>
Os argumentos a acrescentar.