共用方式為


ICPInterfaceControllerDelegate 介面

定義

物件的委派物件 CPInterfaceController

[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
衍生
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

擴充方法

TemplateDidAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

範本出現時所呼叫的方法。

TemplateDidDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

範本消失時所呼叫的方法。

TemplateWillAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

當範本即將出現時所呼叫的方法。

TemplateWillDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean)

範本即將消失時所呼叫的方法。

適用於