BindableObject.SetInheritedBindingContext(BindableObject, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将继承的上下文设置为嵌套元素。
[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