BindableObject.ClearValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ClearValue(BindableProperty) |
清除由 SetValue 为 |
ClearValue(BindablePropertyKey) |
清除由 SetValue 为 |
ClearValue(BindableProperty)
清除由 SetValue 为 property
设置的任何值。
public void ClearValue (Xamarin.Forms.BindableProperty property);
member this.ClearValue : Xamarin.Forms.BindableProperty -> unit
参数
- property
- BindableProperty
要清除的 BindableProperty。
注解
对只读属性调用此方法将导致 InvalidOperationException。
适用于
ClearValue(BindablePropertyKey)
清除由 SetValue 为 propertyKey
标识的属性设置的任何值。
public void ClearValue (Xamarin.Forms.BindablePropertyKey propertyKey);
member this.ClearValue : Xamarin.Forms.BindablePropertyKey -> unit
参数
- propertyKey
- BindablePropertyKey
标识要清除的 BindableProperty 的 BindablePropertyKey。
注解
对只读属性调用此方法将导致 InvalidOperationException。