Compartilhar via


IMapPinHandler Interface

Definição

public interface class IMapPinHandler : Microsoft::Maui::IElementHandler
public interface IMapPinHandler : Microsoft.Maui.IElementHandler
type IMapPinHandler = interface
    interface IElementHandler
Public Interface IMapPinHandler
Implements IElementHandler
Derivado
Implementações

Propriedades

MauiContext

Obtém o contexto .NET MAUI associado ao elemento .

(Herdado de IElementHandler)
PlatformView
VirtualView

Métodos

DisconnectHandler()

Desconecta o manipulador de elementos do elemento para limpo para cima.

(Herdado de IElementHandler)
Invoke(String, Object)

Invoca o comando especificado no elemento com os argumentos fornecidos.

(Herdado de IElementHandler)
SetMauiContext(IMauiContext)

Define o contexto do .NET MAUI para o manipulador de elementos.

(Herdado de IElementHandler)
SetVirtualView(IElement)

Define a exibição virtual multiplataforma associada ao manipulador.

(Herdado de IElementHandler)
UpdateValue(String)

Atualizações o valor da propriedade especificada no manipulador.

(Herdado de IElementHandler)

Métodos de Extensão

GetRequiredService<T>(IElementHandler)
GetRequiredService<T>(IElementHandler, Type)
GetService<T>(IElementHandler)
GetService<T>(IElementHandler, Type)
GetServiceProvider(IElementHandler)
IsConnected(IElementHandler)

Aplica-se a