BindableObject.RemoveBinding(BindableProperty) Método
Definición
Quita un enlace definida previamente.Removes a previously set binding.
public void RemoveBinding (Xamarin.Forms.BindableProperty property);
member this.RemoveBinding : Xamarin.Forms.BindableProperty -> unit
Parámetros
- property
- BindableProperty
BindableProperty desde la que se van a quitar los enlaces.The BindableProperty from which to remove bindings.
Comentarios
Este método se realiza correctamente aunque property
no esté enlazado.This method succeeds even if property
is not bound.