InvokeWorkflowActivity.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,其中包含要呼叫之工作流程的參數繫結。 預設為空的 WorkflowParameterBindingCollection。
- 屬性
備註
這個集合中的參數是叫用子工作流程所需的參數。
這個集合只能指定傳入參數。 無法指定傳出和參考參數,因為工作流程叫用為非同步。