BindableObject.RemoveBinding(BindableProperty) 方法

定义

删除先前设置的绑定。

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

参数

property
BindableProperty

要从中删除绑定的 BindableProperty。

注解

即使 property 未绑定 ,此方法也会成功。

适用于