Partager via


ICPInterfaceControllerDelegate Interface

Définition

Objet délégué pour les CPInterfaceController objets.

[Foundation.Protocol(Name="CPInterfaceControllerDelegate", WrapperType=typeof(CarPlay.CPInterfaceControllerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICPInterfaceControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type ICPInterfaceControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Propriétés

Handle

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

(Hérité de INativeObject)

Méthodes d’extension

TemplateDidAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Méthode appelée lorsqu’un modèle s’affiche.

TemplateDidDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Méthode appelée lorsqu’un modèle disparaît.

TemplateWillAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Méthode appelée lorsqu’un modèle est sur le point d’apparaître.

TemplateWillDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

Méthode appelée lorsqu’un modèle est sur le point de disparaître.

S’applique à