次の方法で共有


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 のコンテンツを提供するソース。

適用対象

こちらもご覧ください