BindableLayout.GetItemsSource(BindableObject) Methode

Definitie

Hiermee haalt u de bron van de items voor de bindbare indeling op.

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

Het bindbare object waaruit de bron van de items moet worden opgehaald.

Retouren

De opsommenbare verzameling die wordt gebruikt als itemsbron.

Van toepassing op