Share via


ListPickerFlyout.ItemsSource 屬性

定義

取得或設定用來產生控制項內容的物件來源。

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 = listPickerFlyout.itemsSource;
listPickerFlyout.itemsSource = object;
Public Property ItemsSource As Object

屬性值

Object

Platform::Object

IInspectable

用來產生控制項內容的 物件。 預設值是 null。

適用於