BindableObject.SetValueCore(BindableProperty, Object, SetValueFlags) Method

Definition

For internal use by the Microsoft.Maui.Controls platform.

public void SetValueCore (Microsoft.Maui.Controls.BindableProperty property, object value, Microsoft.Maui.Controls.Internals.SetValueFlags attributes = Microsoft.Maui.Controls.Internals.SetValueFlags.None);
member this.SetValueCore : Microsoft.Maui.Controls.BindableProperty * obj * Microsoft.Maui.Controls.Internals.SetValueFlags -> unit
Public Sub SetValueCore (property As BindableProperty, value As Object, Optional attributes As SetValueFlags = Microsoft.Maui.Controls.Internals.SetValueFlags.None)

Parameters

property
BindableProperty

For internal use by the Microsoft.Maui.Controls platform.

value
Object

For internal use by the Microsoft.Maui.Controls platform.

attributes
SetValueFlags

For internal use by the Microsoft.Maui.Controls platform.

Applies to