BindingOperations.IsDataBound(DependencyObject, DependencyProperty) メソッド

定義

指定したプロパティが現在データ バインドされているかどうかを示す値を返します。

public:
 static bool IsDataBound(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static bool IsDataBound (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member IsDataBound : System.Windows.DependencyObject * System.Windows.DependencyProperty -> bool
Public Shared Function IsDataBound (target As DependencyObject, dp As DependencyProperty) As Boolean

パラメーター

target
DependencyObject

dp が存在するオブジェクト。

dp
DependencyProperty

照合する対象の依存関係プロパティ。

戻り値

指定したプロパティがデータ バインドされている場合は true。それ以外の場合は false

例外

targetnull の場合。

適用対象