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 ,不會發生任何動作。

適用於