다음을 통해 공유


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

특성

적용 대상