BindableObject.SetValueCore(BindableProperty, Object, SetValueFlags) 方法

定義

供 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)

參數

property
BindableProperty

供 Microsoft.Maui.Controls 平臺內部使用。

value
Object

供 Microsoft.Maui.Controls 平臺內部使用。

attributes
SetValueFlags

供 Microsoft.Maui.Controls 平臺內部使用。

適用於