ItemsView.ItemsSource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于生成 的内容的对象 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
属性值
用于生成内部 ItemsRepeater
的内容的对象。 默认为 null
。