共用方式為


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

定義

從指定的定義域移除所有專案,並在索引變更日誌之後執行 completionHandler

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

參數

domainIdentifiers
String[]

要刪除之專案的網域識別碼。

completionHandler
Action<NSError>

在索引變更日誌之後呼叫的處理常式。 可能是 null

這個參數可以是 null

屬性

適用於