다음을 통해 공유


ItemsView.ItemsSource 속성

정의

ItemsView콘텐츠를 생성하는 데 사용되는 개체 원본을 가져오거나 설정합니다.

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

속성 값

Object

Platform::Object

IInspectable

내부 ItemsRepeater의 콘텐츠를 생성하는 데 사용되는 개체입니다. 기본값은 null입니다.

적용 대상