MapItemsControl.ItemsSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A source that provides the content of the MapItemsControl.