BindableObject.RemoveBinding(BindableProperty) 方法

定义

从可绑定属性中删除以前设置的绑定。

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

要从中删除绑定的可绑定属性。

例外

propertynull 时,将引发此异常。

注解

如果 property 当前未绑定,则不会发生任何操作。

适用于