次の方法で共有


BindableLayout.SetItemsSource(BindableObject, IEnumerable) メソッド

定義

バインド可能なレイアウトの項目ソースを設定します。

public:
 static void SetItemsSource(Microsoft::Maui::Controls::BindableObject ^ b, System::Collections::IEnumerable ^ value);
public static void SetItemsSource(Microsoft.Maui.Controls.BindableObject b, System.Collections.IEnumerable value);
static member SetItemsSource : Microsoft.Maui.Controls.BindableObject * System.Collections.IEnumerable -> unit
Public Sub SetItemsSource (b As BindableObject, value As IEnumerable)

パラメーター

b
BindableObject

項目のソースを設定するバインド可能なオブジェクト。

value
IEnumerable

項目ソースとして使用する列挙可能なコレクション。

適用対象