Condividi tramite


MapItemsControl.ItemsSource Proprietà

Definizione

Ottiene o imposta un'origine che fornisce il contenuto di MapItemsControl.

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

Valore della proprietà

Object

Platform::Object

IInspectable

Origine che fornisce il contenuto di MapItemsControl.

Si applica a

Vedi anche