BindableObject.RemoveBinding(BindableProperty) 方法

定義

移除先前設定的繫結。

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

參數

property
BindableProperty

要從中移除繫結的 BindableProperty。

備註

即使 property 未系結,這個方法仍會成功。

適用於