ActivityMetadata.SetArgumentsCollection 方法

定義

將引數的指定集合新增至活動的引數。

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

參數

arguments
Collection<RuntimeArgument>

要加入的引數。

適用於