Share via


BindableLayout.GetItemsSource(BindableObject) Method

Definition

Gets the items source for the bindable layout.

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

Parameters

b
BindableObject

The bindable object to get the items source from.

Returns

The enumerable collection used as items source.

Applies to