CodeCondition.GetBoundValue(ActivityBind, Type) 方法

定義

取回 Object 該 是主語 ActivityBind

protected:
 override System::Object ^ GetBoundValue(System::Workflow::ComponentModel::ActivityBind ^ bind, Type ^ targetType);
protected override object GetBoundValue(System.Workflow.ComponentModel.ActivityBind bind, Type targetType);
override this.GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
Protected Overrides Function GetBoundValue (bind As ActivityBind, targetType As Type) As Object

參數

bind
ActivityBind

有趣的是 ActivityBind

targetType
Type

TypeActivityBind

傳回

Object將活動ActivityBind綁定為 。

例外狀況

bindtargetTypenull

適用於