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 は null 参照です (Visual Basic では Nothing)。
注釈
このメソッドは、 GetValue オーバーライド実装内で役立ちます。 通常、 GetValue オーバーライド コードは GetValueBaseを呼び出し、追加のコードを追加します。
GetValueオーバーライドを実装するために、Register/RegisterAttached呼び出しでPropertyMetadataを使用できます。