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

适用于