ICSSearchableIndexDelegate Interface

Definição

Interface que representa os métodos necessários (se houver) do protocolo CSSearchableIndexDelegate.

[Foundation.Protocol(Name="CSSearchableIndexDelegate", WrapperType=typeof(CoreSpotlight.CSSearchableIndexDelegateWrapper))]
[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 interface ICSSearchableIndexDelegate : IDisposable, ObjCRuntime.INativeObject
type ICSSearchableIndexDelegate = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementações

Comentários

Essa interface contém os métodos necessários (se houver) do protocolo definido por CSSearchableIndexDelegate.

Se os desenvolvedores criarem classes que implementam essa interface, os métodos de implementação serão exportados automaticamente para Objective-C com a assinatura correspondente do método definido no CSSearchableIndexDelegate protocolo.

Métodos opcionais (se houver) são fornecidos pela CSSearchableIndexDelegate_Extensions classe como métodos de extensão para a interface, permitindo que os desenvolvedores invoquem métodos opcionais no protocolo.

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos

ReindexAllSearchableItems(CSSearchableIndex, Action)

Reindexa todos os itens no índice especificado e é executado acknowledgementHandler quando concluído.

ReindexSearchableItems(CSSearchableIndex, String[], Action)

Reindexa os itens especificados no índice especificado e é executado acknowledgementHandler quando concluído.

Métodos de Extensão

DidFinishThrottle(ICSSearchableIndexDelegate, CSSearchableIndex)

Interface que representa os métodos necessários (se houver) do protocolo CSSearchableIndexDelegate.

DidThrottle(ICSSearchableIndexDelegate, CSSearchableIndex)

Interface que representa os métodos necessários (se houver) do protocolo CSSearchableIndexDelegate.

GetData(ICSSearchableIndexDelegate, CSSearchableIndex, String, String, NSError)

Interface que representa os métodos necessários (se houver) do protocolo CSSearchableIndexDelegate.

GetFileUrl(ICSSearchableIndexDelegate, CSSearchableIndex, String, String, Boolean, NSError)

Interface que representa os métodos necessários (se houver) do protocolo CSSearchableIndexDelegate.

Aplica-se a