Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FrameworkElement.GetBindingExpression(DependencyProperty) Method

Definition

Namespace:
Windows.UI.Xaml

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Returns the BindingExpression that represents the binding on the specified property.

public:
 virtual BindingExpression ^ GetBindingExpression(DependencyProperty ^ dp) = GetBindingExpression;
BindingExpression GetBindingExpression(DependencyProperty const& dp);
public BindingExpression GetBindingExpression(DependencyProperty dp);
function getBindingExpression(dp)
Public Function GetBindingExpression (dp As DependencyProperty) As BindingExpression

Parameters

dp
DependencyProperty

The identifier for the target dependency property to get the binding from.

Returns

A BindingExpression if the target property has an active binding on this object; otherwise, returns null.

Applies to


Feedback

Was this page helpful?