Sdílet prostřednictvím


BindingOperations.GetBindingExpressionBase Metoda

Definice

BindingExpressionBase Načte objekt nastavený na zadanou vlastnost.

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

Parametry

target
DependencyObject

Objekt, kde dp je.

dp
DependencyProperty

Cíl vazby vlastnost, ze které se má objekt načíst BindingExpressionBase .

Návraty

BindingExpressionBase

Objekt BindingExpressionBase nastavený na danou vlastnost nebo null pokud nebyl nastaven žádný objekt vazby.

Výjimky

Parametry target nesmí dp být null.

Poznámky

Třída BindingExpressionBase je běžnou základní třídou pro BindingExpressiontřídy , PriorityBindingExpressiona MultiBindingExpression třídy. Můžete použít GetBindingExpression, GetPriorityBindingExpressiona GetMultiBindingExpression metody, pokud víte předem typ vazby, která je nastavena na vlastnost.

Platí pro

Viz také