Partager via


IUISearchControllerDelegate Interface

Définition

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

[Foundation.Protocol(Name="UISearchControllerDelegate", WrapperType=typeof(UIKit.UISearchControllerDelegateWrapper))]
public interface IUISearchControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUISearchControllerDelegate = 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 UISearchControllerDelegate.

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 UISearchControllerDelegate protocole.

Les méthodes facultatives (le cas échéant) sont fournies par la UISearchControllerDelegate_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

DidDismissSearchController(IUISearchControllerDelegate, UISearchController)

Le searchController a été rejeté.

DidPresentSearchController(IUISearchControllerDelegate, UISearchController)

Le searchController a été présenté.

PresentSearchController(IUISearchControllerDelegate, UISearchController)

Présente le searchController à l’utilisateur.

WillDismissSearchController(IUISearchControllerDelegate, UISearchController)

Le searchController est sur le point d’être rejeté.

WillPresentSearchController(IUISearchControllerDelegate, UISearchController)

Le searchController est sur le point d’être présenté.

S’applique à