BindingOperations.GetBindingExpressionBase 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取針對指定之屬性設定的 BindingExpressionBase 物件。
public:
static System::Windows::Data::BindingExpressionBase ^ GetBindingExpressionBase(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static System.Windows.Data.BindingExpressionBase GetBindingExpressionBase (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member GetBindingExpressionBase : System.Windows.DependencyObject * System.Windows.DependencyProperty -> System.Windows.Data.BindingExpressionBase
Public Shared Function GetBindingExpressionBase (target As DependencyObject, dp As DependencyProperty) As BindingExpressionBase
參數
- target
- DependencyObject
dp
所在的物件。
要從中擷取 BindingExpressionBase 物件的繫結目標屬性。
傳回
針對指定之屬性設定的 BindingExpressionBase 物件;如果未設定繫結物件,則為 null
。
例外狀況
target
和 dp
參數都不能為 null。
備註
類別 BindingExpressionBase 是 、 PriorityBindingExpression 和 MultiBindingExpression 類別的 BindingExpression 通用基類。 如果您事先知道屬性上設定的系結類型,可以使用 GetBindingExpression 、 GetPriorityBindingExpression 和 GetMultiBindingExpression 方法。