次の方法で共有


WebServiceInputActivity.ParameterBindings プロパティ

定義

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 プロパティによって指定されたメソッドの受信パラメーターとして使用されるプロパティのコレクション。

属性

注釈

ParameterBindingsWebServiceInputActivity は、受信パラメーターをワークフローの場所にバインドするために使用されます。 WebServiceInputActivity を実行すると、バインド先の場所は、対応する受信パラメーターの値に設定されます。

適用対象

こちらもご覧ください