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