共用方式為


MapItemsControl.ItemsSource 屬性

定義

取得或設定提供 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

屬性值

Object

Platform::Object

IInspectable

提供 MapItemsControl內容的來源。

適用於

另請參閱