ICPSearchTemplateDelegate Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Objeto delegate usado 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
- Implementações
Propriedades
Handle |
Manipule (ponteiro) para a representação de objeto não gerenciado. (Herdado de INativeObject) |
Métodos
SelectedResult(CPSearchTemplate, CPListItem, Action) |
Os desenvolvedores devem substituir esse método para responder a uma seleção de pesquisa. |
UpdatedSearchText(CPSearchTemplate, String, CPSearchTemplateDelegateUpdateHandler) |
Os desenvolvedores devem substituir esse método para responder a uma alteração no texto de pesquisa. |
Métodos de Extensão
SearchButtonPressed(ICPSearchTemplateDelegate, CPSearchTemplate) |
Objeto delegate usado por CPSearchTemplate. |