BindableObject.SetInheritedBindingContext(BindableObject, Object) Метод

Определение

Задает в качестве наследуемого контекста вложенный элемент.

[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

Параметры

bindable
BindableObject

Объект, для которого требуется задать наследуемый контекст привязки.

value
System.Object

Наследуемый контекст, который необходимо задать.

Атрибуты
System.ComponentModel.EditorBrowsableAttribute

Применяется к