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 執行時,範圍位置將設定為所對應傳入參數的值。