Aracılığıyla paylaş


BindingOperations.GetMultiBindingExpression Yöntem

Tanım

Belirtilen nesnede MultiBindingExpression belirtilen bağlama hedefi özelliğiyle ilişkili nesneyi döndürür.

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

Parametreler

target
DependencyObject

Bağlama hedef nesnesidir dp .

dp
DependencyProperty

Nesnesinin alındığı MultiBindingExpression bağlama hedef özelliği.

Döndürülenler

MultiBindingExpression

Verilen MultiBindingExpression özellik ile ilişkili nesne veya null yoksa.

Özel durumlar

target ve dp parametreleri olamaznull.

Açıklamalar

Verilen MultiBindingExpression özellik ile ilişkili nesne veya null yoksa.

Şunlara uygulanır

Ayrıca bkz.