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입니다.

적용 대상