Sdílet prostřednictvím


BindingOperations.GetMultiBindingExpression Metoda

Definice

MultiBindingExpression Vrátí objekt přidružený k zadané cílové vlastnosti vazby zadaného objektu.

public:
 static System::Windows::Data::MultiBindingExpression ^ GetMultiBindingExpression(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static System.Windows.Data.MultiBindingExpression GetMultiBindingExpression (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member GetMultiBindingExpression : System.Windows.DependencyObject * System.Windows.DependencyProperty -> System.Windows.Data.MultiBindingExpression
Public Shared Function GetMultiBindingExpression (target As DependencyObject, dp As DependencyProperty) As MultiBindingExpression

Parametry

target
DependencyObject

Cílový objekt vazby, kde dp je.

dp
DependencyProperty

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

Návraty

MultiBindingExpression

Objekt MultiBindingExpression přidružený k dané vlastnosti nebo null pokud neexistuje.

Výjimky

Parametry target a dp parametry nesmí být null.

Poznámky

Objekt MultiBindingExpression přidružený k dané vlastnosti nebo null pokud neexistuje.

Platí pro

Viz také