Share via


BindableObject.RemoveBinding(BindableProperty) Methode

Definition

Entfernt eine zuvor festgelegte Bindung aus einer bindbaren Eigenschaft.

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)

Parameter

property
BindableProperty

Die bindbare Eigenschaft, aus der Bindungen entfernt werden sollen.

Ausnahmen

Wird ausgelöst, wenn property gleich null ist.

Hinweise

Wann property derzeit nicht gebunden ist, wird nichts passieren.

Gilt für: