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值的物件。

備註

此成員通常用於財產,提供指定的依賴價值。

適用於