Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 789 Bytes

frameworkelement_getbindingexpression_1210399878.md

File metadata and controls

28 lines (18 loc) · 789 Bytes
-api-id -api-type
M:Windows.UI.Xaml.FrameworkElement.GetBindingExpression(Windows.UI.Xaml.DependencyProperty)
winrt method

Windows.UI.Xaml.FrameworkElement.GetBindingExpression

-description

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

-parameters

-param dp

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.

-remarks

-examples

-see-also