BindableObject.ClearValue 方法

定义

重载

ClearValue(BindableProperty)

清除由 SetValueproperty 设置的任何值。

ClearValue(BindablePropertyKey)

清除由 SetValuepropertyKey 标识的属性设置的任何值。

ClearValue(BindableProperty)

清除由 SetValueproperty 设置的任何值。

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

参数

property
BindableProperty

要清除的 BindableProperty。

注解

对只读属性调用此方法将导致 InvalidOperationException。

适用于

ClearValue(BindablePropertyKey)

清除由 SetValuepropertyKey 标识的属性设置的任何值。

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

参数

propertyKey
BindablePropertyKey

标识要清除的 BindableProperty 的 BindablePropertyKey。

注解

对只读属性调用此方法将导致 InvalidOperationException。

适用于