次の方法で共有


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 は、いつでも予告なしに変更または削除できます。

適用対象