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

返回

绑定到活动的 <a0/a0> 。

例外

bindtargetTypenull.

适用于