Compartilhar via


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
System.Object

For internal use by the Xamarin.Forms platform.

property
BindableProperty

For internal use by the Xamarin.Forms platform.

value
System.Object

For internal use by the Xamarin.Forms platform.

Returns

System.Boolean

Applies to