ActivityMetadata.SetArgumentsCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified collection of arguments to the activity's arguments.
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))
Parameters
- arguments
- Collection<RuntimeArgument>
The arguments to add.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.