BindableObject.SetInheritedBindingContext(BindableObject, Object) Method

Definition

Sets the inherited context to a nested element.

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)

Parameters

bindable
BindableObject

The object on which to set the inherited binding context.

value
Object

The inherited context to set.

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Applies to