BindableObject.SetInheritedBindingContext(BindableObject, Object) Metoda

Definice

Nastaví zděděný kontext na vnořený prvek.

[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

Parametry

bindable
BindableObject

Objekt, u kterého chcete nastavit zděděný kontext vazby.

value
System.Object

Zděděný kontext, který se má nastavit.

Atributy
System.ComponentModel.EditorBrowsableAttribute

Platí pro