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。
返回
绑定到
例外
bind 或 targetType 为 null.