ItemsControl.Items 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于生成 控件内容的集合。
public:
property ItemCollection ^ Items { ItemCollection ^ get(); };
ItemCollection Items();
public ItemCollection Items { get; }
var itemCollection = itemsControl.items;
Public ReadOnly Property Items As ItemCollection
<itemsControl>
oneOrMoreItems
</itemsControl>
属性值
用于生成控件内容的集合(如果存在);否则为 null。 默认值为空集合。