ICPListTemplateDelegate 接口

定义

对象的 CPListTemplate 委托对象。

[Foundation.Protocol(Name="CPListTemplateDelegate", WrapperType=typeof(CarPlay.CPListTemplateDelegateWrapper))]
[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 ICPListTemplateDelegate : IDisposable, ObjCRuntime.INativeObject
type ICPListTemplateDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

DidSelectListItem(CPListTemplate, CPListItem, Action)

开发人员必须重写此方法才能对列表项的选择做出反应。

适用于