BindableLayout.GetItemsSource(BindableObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインド可能なレイアウトの項目ソースを取得します。
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
パラメーター
項目のソースを取得するバインド可能なオブジェクト。
返品
項目ソースとして使用される列挙可能なコレクション。