BindableObject.SetValueCore(BindableProperty, Object, SetValueFlags) Method

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetValueCore (Xamarin.Forms.BindableProperty property, object value, Xamarin.Forms.Internals.SetValueFlags attributes = Xamarin.Forms.Internals.SetValueFlags.None);
member this.SetValueCore : Xamarin.Forms.BindableProperty * obj * Xamarin.Forms.Internals.SetValueFlags -> unit

Parameters

property
BindableProperty

For internal use by the Xamarin.Forms platform.

value
Object

For internal use by the Xamarin.Forms platform.

attributes
SetValueFlags

For internal use by the Xamarin.Forms platform.

Attributes

Applies to