ICPListTemplateDelegate Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Delegasikan objek untuk CPListTemplate objek.
[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
- Turunan
- Atribut
- Penerapan
Properti
Handle |
Tangani (penunjuk) ke representasi objek yang tidak dikelola. (Diperoleh dari INativeObject) |
Metode
DidSelectListItem(CPListTemplate, CPListItem, Action) |
Pengembang harus mengambil alih metode ini untuk bereaksi terhadap pemilihan item daftar. |