DependencyObject.GetBoundValue(ActivityBind, Type) 方法

定义

检索作为 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

参数

targetType
Type

Type 的目标的 ActivityBind

返回

Object

作为 Object 的主题的 ActivityBind

例外

bind 为空引用(在 Visual Basic 中为 Nothing)。

  • 或 -

targetType 为空引用 (Nothing)。

注解

作为 Object 的主题的 ActivityBind。 在派生类中重写时,可以使用此方法自定义用于解析指定绑定的方法。

适用于