INativeBindingService.TrySetBinding Method
Definition
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.
Overloads
TrySetBinding(Object, String, BindingBase) |
For internal use by the Xamarin.Forms platform. |
TrySetBinding(Object, BindableProperty, BindingBase) |
For internal use by the Xamarin.Forms platform. |
TrySetBinding(Object, String, BindingBase)
For internal use by the Xamarin.Forms platform.
public bool TrySetBinding (object target, string propertyName, Xamarin.Forms.BindingBase binding);
abstract member TrySetBinding : obj * string * Xamarin.Forms.BindingBase -> bool
Parameters
- target
- System.Object
For internal use by the Xamarin.Forms platform.
- propertyName
- System.String
For internal use by the Xamarin.Forms platform.
- binding
- BindingBase
For internal use by the Xamarin.Forms platform.
Returns
Applies to
TrySetBinding(Object, BindableProperty, BindingBase)
For internal use by the Xamarin.Forms platform.
public bool TrySetBinding (object target, Xamarin.Forms.BindableProperty property, Xamarin.Forms.BindingBase binding);
abstract member TrySetBinding : obj * Xamarin.Forms.BindableProperty * Xamarin.Forms.BindingBase -> bool
Parameters
- target
- System.Object
For internal use by the Xamarin.Forms platform.
- property
- BindableProperty
For internal use by the Xamarin.Forms platform.
- binding
- BindingBase
For internal use by the Xamarin.Forms platform.