InvokeMethod<TResult>.Parameters Property

Definition

The parameter collection of the method to be invoked.

public:
 property System::Collections::ObjectModel::Collection<System::Activities::Argument ^> ^ Parameters { System::Collections::ObjectModel::Collection<System::Activities::Argument ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Activities.Argument> Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.Collection<System.Activities.Argument>
Public ReadOnly Property Parameters As Collection(Of Argument)

Property Value

The parameter collection.

Remarks

The parameters must be added to the collection in the same order that they appear in the method signature. Parameters cannot be named TargetObject or Result.

Applies to