WebServiceInputActivity.ParameterBindings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与属性中指定的 MethodName 方法的输入参数关联的绑定的集合。
public:
property System::Workflow::ComponentModel::WorkflowParameterBindingCollection ^ ParameterBindings { System::Workflow::ComponentModel::WorkflowParameterBindingCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.WorkflowParameterBindingCollection ParameterBindings { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ParameterBindings : System.Workflow.ComponentModel.WorkflowParameterBindingCollection
Public ReadOnly Property ParameterBindings As WorkflowParameterBindingCollection
属性值
用作属性指定 MethodName 方法的入站参数的属性的集合。
- 属性
注解
ParameterBindings 上的 WebServiceInputActivity 用于将入站参数绑定到工作流中的位置。 WebServiceInputActivity执行时,绑定位置将设置为相应的入站参数的值。