InvokeMethod<TResult>.Parameters 属性
定义
要调用的方法的参数集合。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)
属性值
参数集合。The parameter collection.
注解
将参数添加到集合中的顺序必须与这些参数在方法签名中出现的顺序相同。The parameters must be added to the collection in the same order that they appear in the method signature. 参数不能命名为 TargetObject 或 Result 。Parameters cannot be named TargetObject or Result.