Compartir a través de


BindableObject.SetInheritedBindingContext(BindableObject, Object) Método

Definición

Establece el contexto heredado en un elemento anidado.

public:
 static void SetInheritedBindingContext(Microsoft::Maui::Controls::BindableObject ^ bindable, System::Object ^ value);
public static void SetInheritedBindingContext (Microsoft.Maui.Controls.BindableObject bindable, object value);
static member SetInheritedBindingContext : Microsoft.Maui.Controls.BindableObject * obj -> unit
Public Shared Sub SetInheritedBindingContext (bindable As BindableObject, value As Object)

Parámetros

bindable
BindableObject

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

value
Object

El contexto heredado que se va a establecer.

Comentarios

Solo para uso interno. Esta API se puede cambiar o quitar sin previo aviso en cualquier momento.

Se aplica a