Partager via


IUISearchDisplayDelegate Interface

Définition

Interface représentant les méthodes requises (le cas échéant) du protocole UISearchDisplayDelegate.

[Foundation.Protocol(Name="UISearchDisplayDelegate", WrapperType=typeof(UIKit.UISearchDisplayDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUISearchDisplayDelegate : IDisposable, ObjCRuntime.INativeObject
type IUISearchDisplayDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Remarques

Cette interface contient les méthodes requises (le cas échéant) du protocole défini par UISearchDisplayDelegate.

Si les développeurs créent des classes qui implémentent cette interface, les méthodes d’implémentation sont automatiquement exportées vers Objective-C avec la signature correspondante de la méthode définie dans le UISearchDisplayDelegate protocole.

Les méthodes facultatives (le cas échéant) sont fournies par la UISearchDisplayDelegate_Extensions classe en tant que méthodes d’extension de l’interface, ce qui permet aux développeurs d’appeler toutes les méthodes facultatives sur le protocole.

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes d’extension

DidBeginSearch(IUISearchDisplayDelegate, UISearchDisplayController)

Les développeurs ne doivent pas utiliser cette méthode dépréciée.

DidEndSearch(IUISearchDisplayDelegate, UISearchDisplayController)

Indique que la recherche est terminée.

DidHideSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur a masqué sa vue table des résultats.

DidLoadSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur a chargé son UITableView des résultats.

DidShowSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur a commencé à afficher son UITableView des résultats.

ShouldReloadForSearchScope(IUISearchDisplayDelegate, UISearchDisplayController, nint)

Indique si les données doivent être rechargées, compte tenu de la modification des options de recherche.

ShouldReloadForSearchString(IUISearchDisplayDelegate, UISearchDisplayController, String)

Indique si les données doivent être rechargées, compte tenu de la modification de la chaîne de recherche.

WillBeginSearch(IUISearchDisplayDelegate, UISearchDisplayController)

Indique que la recherche est sur le point de démarrer.

WillEndSearch(IUISearchDisplayDelegate, UISearchDisplayController)

Indique que la recherche est sur le point de se terminer.

WillHideSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur est sur le point de masquer son UITableView des résultats.

WillShowSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur est sur le point d’afficher son UITableView des résultats.

WillUnloadSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur est sur le point de décharger son UITableView des résultats.

S’applique à