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の値を表すオブジェクト。

注釈

このメンバーは、通常、名前付き依存関係値の値を提供するためにプロパティ取得で使用されます。

適用対象