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

적용 대상