Compartilhar via


ContentViewHandler.MapContent(IContentViewHandler, IContentView) Método

Definição

Mapeia a propriedade abstrata Content para as implementações específicas da plataforma.

public:
 static void MapContent(Microsoft::Maui::Handlers::IContentViewHandler ^ handler, Microsoft::Maui::IContentView ^ page);
public static void MapContent (Microsoft.Maui.Handlers.IContentViewHandler handler, Microsoft.Maui.IContentView page);
static member MapContent : Microsoft.Maui.Handlers.IContentViewHandler * Microsoft.Maui.IContentView -> unit
Public Shared Sub MapContent (handler As IContentViewHandler, page As IContentView)

Parâmetros

handler
IContentViewHandler

O manipulador associado.

page
IContentView

A instância associada IContentView .

Aplica-se a