다음을 통해 공유


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일 수 있습니다.

특성

적용 대상