Share via


BindingOperations.GetPriorityBindingExpression Yöntem

Tanım

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

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

Parametreler

target
DependencyObject

Bağlama hedef nesnesi şu konumdadır dp .

dp
DependencyProperty

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

Döndürülenler

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

Özel durumlar

target ve dp parametreleri olamaznull.

Şunlara uygulanır

Ayrıca bkz.