DependencyObject.GetBoundValue(ActivityBind, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索作为 Object 的主题的 ActivityBind。
protected:
virtual System::Object ^ GetBoundValue(System::Workflow::ComponentModel::ActivityBind ^ bind, Type ^ targetType);
protected virtual object GetBoundValue (System.Workflow.ComponentModel.ActivityBind bind, Type targetType);
abstract member GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
override this.GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
Protected Overridable Function GetBoundValue (bind As ActivityBind, targetType As Type) As Object
参数
- bind
- ActivityBind
- targetType
- Type
Type 的目标的 ActivityBind。
返回
作为 Object 的主题的 ActivityBind。
例外
注解
作为 Object 的主题的 ActivityBind。 在派生类中重写时,可以使用此方法自定义用于解析指定绑定的方法。