CSSearchableIndex.DeleteWithDomain(String[], Action<NSError>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的定義域移除所有專案,並在索引變更日誌之後執行 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[]
要刪除之專案的網域識別碼。
- 屬性