IUICollectionViewDropPlaceholderContext.CommitInsertion 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将占位符单元格替换为已删除的内容。
[Foundation.Export("commitInsertionWithDataSourceUpdates:")]
[Foundation.Preserve(Conditional=true)]
public bool CommitInsertion (Action<Foundation.NSIndexPath> dataSourceUpdates);
abstract member CommitInsertion : Action<Foundation.NSIndexPath> -> bool
参数
- dataSourceUpdates
- Action<NSIndexPath>
将替换作为占位符运行的处理程序。 获取应放置内容的索引路径。
返回
- 属性