CodeCondition.GetBoundValue(ActivityBind, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索作为 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 绑定到该活动。
例外
bind
或 targetType
为 null
。