Share via


CallExternalMethodActivity.ParameterBindings プロパティ

定義

外部メソッドの正式なパラメーター リストにあるバインド可能なパラメーターのコレクションを取得します。

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

属性

パラメーター バインディングをパラメーター バインディングのコレクションに追加する方法を次の例に示します。 この例は、VotingServiceWorkflow.designer.cs ファイルから抜粋したホスト通信 SDK のサンプルです。 詳細については、「 ホスト通信のサンプル」を参照してください。

this.createBallotCallExternalMethodActivity.ParameterBindings.Add(workflowparameterbinding1);

適用対象

こちらもご覧ください