Freigeben über


MapItemsControl.ItemsSource Eigenschaft

Definition

Ruft eine Quelle ab, die den Inhalt von MapItemsControl bereitstellt, oder legt diese fest.

public:
 property Platform::Object ^ ItemsSource { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable ItemsSource();

void ItemsSource(IInspectable value);
public object ItemsSource { get; set; }
var object = mapItemsControl.itemsSource;
mapItemsControl.itemsSource = object;
Public Property ItemsSource As Object

Eigenschaftswert

Object

Platform::Object

IInspectable

Eine Quelle, die den Inhalt von MapItemsControl bereitstellt.

Gilt für:

Weitere Informationen