BindableObject.RemoveBinding(BindableProperty) 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从可绑定属性中删除以前设置的绑定。
public:
 void RemoveBinding(Microsoft::Maui::Controls::BindableProperty ^ property);
	public void RemoveBinding(Microsoft.Maui.Controls.BindableProperty property);
	member this.RemoveBinding : Microsoft.Maui.Controls.BindableProperty -> unit
	Public Sub RemoveBinding (property As BindableProperty)
	参数
- property
 - BindableProperty
 
要从中删除绑定的可绑定属性。
例外
当 property 为 null 时,将引发此异常。
注解
如果 property 当前未绑定,则不会发生任何操作。