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 、何も起こりません。

適用対象