BindingExpressionBase.Target プロパティ

定義

このバインディング式のバインディング ターゲット オブジェクトである要素を取得します。

public:
 property System::Windows::DependencyObject ^ Target { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject Target { get; }
member this.Target : System.Windows.DependencyObject
Public ReadOnly Property Target As DependencyObject

プロパティ値

このバインディング式のバインディング ターゲット オブジェクトである要素。

適用対象