WebServiceOutputActivity.ParameterBindings 属性

定义

获取与 out/ref 关联的绑定的集合和相应的 WebServiceInputActivity 方法的返回值。Gets the collection of bindings associated with the out/ref and return value of the corresponding WebServiceInputActivity method.

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

属性值

WorkflowParameterBindingCollection

此集合用于将出站参数绑定到工作流中的位置。This collection is used to bind the outbound parameters to locations in the workflow. WebServiceOutputActivity 执行时,它从绑定位置提取值并将这些值传送回被阻止的 Web 服务方法。When the WebServiceOutputActivity executes, it extracts the values from the bound locations and delivers these back to the blocked Web service method.

属性

适用于