INativeBindingService.TrySetValue(Object, BindableProperty, Object) Method

Definition

For internal use by the Xamarin.Forms platform.

public bool TrySetValue (object target, Xamarin.Forms.BindableProperty property, object value);
abstract member TrySetValue : obj * Xamarin.Forms.BindableProperty * obj -> bool

Parameters

target
Object

For internal use by the Xamarin.Forms platform.

property
BindableProperty

For internal use by the Xamarin.Forms platform.

value
Object

For internal use by the Xamarin.Forms platform.

Returns

Boolean

Applies to