共用方式為


BindableObject.SetInheritedBindingContext(BindableObject, Object) 方法

定義

設定巢狀項目的繼承內容。

[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

適用於