BindableLayout.SetItemsSource(BindableObject, IEnumerable) Methode

Definitie

Hiermee stelt u de bron van de items in voor de bindbare indeling.

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)

Parameters

b
BindableObject

Het bindbare object waarop de itembron moet worden ingesteld.

value
IEnumerable

De opsommenbare verzameling die moet worden gebruikt als bron van items.

Van toepassing op