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>

追加する引数。

適用対象