次の方法で共有


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 に設定できます。

属性

適用対象