Compartir a través de


ICPSearchTemplateDelegate Interfaz

Definición

Delega el objeto utilizado por CPSearchTemplate.

[Foundation.Protocol(Name="CPSearchTemplateDelegate", WrapperType=typeof(CarPlay.CPSearchTemplateDelegateWrapper))]
[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 ICPSearchTemplateDelegate : IDisposable, ObjCRuntime.INativeObject
type ICPSearchTemplateDelegate = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

SelectedResult(CPSearchTemplate, CPListItem, Action)

Los desarrolladores deben sobreserar este método para responder a una selección de búsqueda.

UpdatedSearchText(CPSearchTemplate, String, CPSearchTemplateDelegateUpdateHandler)

Los desarrolladores deben invalidar este método para responder a un cambio en el texto de búsqueda.

Métodos de extensión

SearchButtonPressed(ICPSearchTemplateDelegate, CPSearchTemplate)

Delega el objeto utilizado por CPSearchTemplate.

Se aplica a