CSIndexExtensionRequestHandler.ReindexSearchableItems 方法

定义

汇报指定索引中标识的项,并在完成后调用确认处理程序。

[Foundation.Export("searchableIndex:reindexSearchableItemsWithIdentifiers:acknowledgementHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ReindexSearchableItems (CoreSpotlight.CSSearchableIndex searchableIndex, string[] identifiers, Action acknowledgementHandler);
abstract member ReindexSearchableItems : CoreSpotlight.CSSearchableIndex * string[] * Action -> unit
override this.ReindexSearchableItems : CoreSpotlight.CSSearchableIndex * string[] * Action -> unit

参数

searchableIndex
CSSearchableIndex
identifiers
String[]
acknowledgementHandler
Action

实现

属性

适用于