CollectionView.NewItemPlaceholder 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取集合中表示新项的对象。
public:
static property System::Object ^ NewItemPlaceholder { System::Object ^ get(); };
public static object NewItemPlaceholder { get; }
static member NewItemPlaceholder : obj
Public Shared ReadOnly Property NewItemPlaceholder As Object
属性值
集合中表示新项的对象。
注解
CollectionView当 实现 的 IEditableCollectionViewNewItemPlaceholderPosition 设置为 AtBeginning 或 AtEnd时,会将 NewItemPlaceholder 添加到集合。 始终 NewItemPlaceholder 出现在集合中;它不参与分组、排序或筛选。
不能 CurrentItem 是 NewItemPlaceholder。 执行相对导航的方法(如 MoveCurrentToNext)跳过 NewItemPlaceholder。 MoveCurrentToFirst如果 NewItemPlaceholderPosition 分别设置为 AtBeginning 或 AtEnd,则MoveCurrentToLast跳过 NewItemPlaceholder 。 如果 NewItemPlaceholderCurrentItem为 ,则执行绝对导航的方法(如 MoveCurrentToPosition)不执行任何操作。