CSSearchableIndex.DeleteAll(Action<NSError>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all items and runs completionHandler
when finished.
[Foundation.Export("deleteAllSearchableItemsWithCompletionHandler:")]
public virtual void DeleteAll (Action<Foundation.NSError> completionHandler);
abstract member DeleteAll : Action<Foundation.NSError> -> unit
override this.DeleteAll : Action<Foundation.NSError> -> unit
Parameters
- Attributes