DependencyObject.GetValue(DependencyProperty) 方法

定义

提供对指定 DependencyProperty值的访问权限。

public:
 System::Object ^ GetValue(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public object GetValue(System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.GetValue : System.Workflow.ComponentModel.DependencyProperty -> obj
Public Function GetValue (dependencyProperty As DependencyProperty) As Object

参数

dependencyProperty
DependencyProperty

DependencyProperty

返回

表示指定 DependencyProperty值的对象。

注解

此属性中通常使用此成员来提供命名依赖项值的值。

适用于