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 执行时,会将绑定位置设置为相应入站参数的值。