CSSearchableIndex.Delete(String[], Action<NSError>) 方法

定义

删除标识的项,并在完成后运行 completionHandler

[Foundation.Export("deleteSearchableItemsWithIdentifiers:completionHandler:")]
public virtual void Delete (string[] identifiers, Action<Foundation.NSError> completionHandler);
abstract member Delete : string[] * Action<Foundation.NSError> -> unit
override this.Delete : string[] * Action<Foundation.NSError> -> unit

参数

identifiers
String[]
completionHandler
Action<NSError>

内容待定。

此参数可以为 null

属性

适用于