다음을 통해 공유


BindableObject.SetInheritedBindingContext(BindableObject, Object) 메서드

정의

중첩된 요소에 상속된 컨텍스트를 설정합니다.

public:
 static void SetInheritedBindingContext(Microsoft::Maui::Controls::BindableObject ^ bindable, System::Object ^ value);
public static void SetInheritedBindingContext (Microsoft.Maui.Controls.BindableObject bindable, object value);
static member SetInheritedBindingContext : Microsoft.Maui.Controls.BindableObject * obj -> unit
Public Shared Sub SetInheritedBindingContext (bindable As BindableObject, value As Object)

매개 변수

bindable
BindableObject

상속된 바인딩 컨텍스트를 설정할 개체입니다.

value
Object

설정할 상속된 컨텍스트입니다.

설명

내부 전용입니다. 이 API는 언제든지 예고 없이 변경하거나 제거할 수 있습니다.

적용 대상