Sdílet prostřednictvím


MapItemsControl.ItemsSource Property

Definition

Gets or sets a source that provides the content of the 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

Property Value

Object

Platform::Object

IInspectable

A source that provides the content of the MapItemsControl.

Applies to

See also