Bagikan melalui


BindableObject.ClearValue Metode

Definisi

Overload

ClearValue(BindableProperty)

Menghapus nilai apa pun yang ditetapkan oleh SetValue untuk property.

ClearValue(BindablePropertyKey)

Menghapus nilai apa pun yang ditetapkan oleh SetValue untuk properti yang diidentifikasi oleh propertyKey.

ClearValue(BindableProperty)

Menghapus nilai apa pun yang ditetapkan oleh SetValue untuk property.

public void ClearValue (Xamarin.Forms.BindableProperty property);
member this.ClearValue : Xamarin.Forms.BindableProperty -> unit

Parameter

property
BindableProperty

BindableProperty untuk menghapus.

Keterangan

Memanggil metode ini pada properti readonly akan menghasilkan InvalidOperationException.

Berlaku untuk

ClearValue(BindablePropertyKey)

Menghapus nilai apa pun yang ditetapkan oleh SetValue untuk properti yang diidentifikasi oleh propertyKey.

public void ClearValue (Xamarin.Forms.BindablePropertyKey propertyKey);
member this.ClearValue : Xamarin.Forms.BindablePropertyKey -> unit

Parameter

propertyKey
BindablePropertyKey

BindablePropertyKey yang mengidentifikasi BindableProperty untuk menghapus.

Keterangan

Memanggil metode ini pada properti readonly akan menghasilkan InvalidOperationException.

Berlaku untuk