Share via


BindableObject.SetInheritedBindingContext(BindableObject, Object) Método

Definición

Establece el contexto heredado en un elemento anidado.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static void SetInheritedBindingContext (Xamarin.Forms.BindableObject bindable, object value);
static member SetInheritedBindingContext : Xamarin.Forms.BindableObject * obj -> unit

Parámetros

bindable
BindableObject

Objeto en el que se va a establecer el contexto de enlace heredado.

value
System.Object

El contexto heredado que se va a establecer.

Atributos
System.ComponentModel.EditorBrowsableAttribute

Se aplica a