BindingOperations.IsDataBound(DependencyObject, DependencyProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值表示指定的屬性目前是否已繫結資料。
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
所在的物件。
要檢查的相依性屬性。
傳回
如果指定的屬性已繫結資料,則為 true
,否則為 false
。
例外狀況
如果 target
為 null
。