BindableObject.RemoveBinding(BindableProperty) メソッド

定義

以前に設定されたバインディングを削除します。

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

パラメーター

property
BindableProperty

バインディングを削除する BindableProperty。

注釈

がバインドされていない場合 property でも、このメソッドは成功します。

適用対象