CallExternalMethodActivity.ParameterBindings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在外部方法的型式參數清單中找到之可繫結參數的集合。
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);