DependencyObject.GetValueBase(DependencyProperty) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对 DependencyProperty 的绑定对象的访问,并跳过 GetValue(DependencyProperty) 重写。
public:
System::Object ^ GetValueBase(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public object GetValueBase (System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.GetValueBase : System.Workflow.ComponentModel.DependencyProperty -> obj
Public Function GetValueBase (dependencyProperty As DependencyProperty) As Object
参数
- dependencyProperty
- DependencyProperty
要获取其值的 DependencyProperty。
返回
DependencyProperty 的绑定对象。 这会跳过 GetValue(DependencyProperty) 重写。
例外
dependencyProperty
为空引用(在 Visual Basic 中为 Nothing
)。
注解
此方法在 GetValue 重写实现中很有用。 通常,GetValue 重写代码将调用 GetValueBase,然后添加附加代码。
若要实现重写,可以在调用中使用RegisterRegisterAttached/。 PropertyMetadata GetValue