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,恕不另行通知。

适用于