BindableObject.SetValueCore(BindableProperty, Object, SetValueFlags) Méthode

Définition

Pour une utilisation interne par la plateforme Microsoft.Maui.Controls.

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)

Paramètres

property
BindableProperty

Pour une utilisation interne par la plateforme Microsoft.Maui.Controls.

value
Object

Pour une utilisation interne par la plateforme Microsoft.Maui.Controls.

attributes
SetValueFlags

Pour une utilisation interne par la plateforme Microsoft.Maui.Controls.

S’applique à