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

ObjectActivityBind 绑定到该活动。

例外

bindtargetTypenull

适用于