BindingOperations.GetMultiBindingExpression Yöntem

Tanım

Belirtilen nesnedeki MultiBindingExpression belirtilen bağlama hedef özelliğiyle ilişkilendirilmiş 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 özellik ile ilişkili nesne veya null yoksa.

Özel durumlar

target ve dp parametreleri olamaznull.

Açıklamalar

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

Şunlara uygulanır

Ayrıca bkz.