Share via


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

Type 之目標的 ActivityBind

傳回

Object,由 ActivityBind 繫結至活動。

例外狀況

bindtargetTypenull

適用於