BindableObject.SetInheritedBindingContext(BindableObject, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
継承されたコンテキストを入れ子になった要素に設定します。
[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