Compartir a través de


BorderHandler.MapContent(IBorderHandler, IBorderView) Método

Definición

Asigna la propiedad abstracta Content a las implementaciones específicas de la plataforma.

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

Parámetros

handler
IBorderHandler

El controlador asociado.

border
IBorderView

Instancia asociada IBorderView .

Se aplica a