次の方法で共有


BindableLayout.GetItemsSource(BindableObject) メソッド

定義

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

public:
 static System::Collections::IEnumerable ^ GetItemsSource(Microsoft::Maui::Controls::BindableObject ^ b);
public static System.Collections.IEnumerable GetItemsSource(Microsoft.Maui.Controls.BindableObject b);
static member GetItemsSource : Microsoft.Maui.Controls.BindableObject -> System.Collections.IEnumerable
Public Function GetItemsSource (b As BindableObject) As IEnumerable

パラメーター

b
BindableObject

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

返品

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

適用対象