Compartir a través de


ContentViewHandler.MapContent(IContentViewHandler, IContentView) Método

Definición

Asigna la propiedad abstracta Content a las implementaciones específicas de la 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

El controlador asociado.

page
IContentView

Instancia asociada IContentView .

Se aplica a