Sdílet prostřednictvím


BorderHandler.MapContent(IBorderHandler, IBorderView) Metoda

Definice

Mapuje abstraktní Content vlastnost na implementace specifické pro platformu.

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)

Parametry

handler
IBorderHandler

Přidružená obslužná rutina.

border
IBorderView

Přidružená IBorderView instance.

Platí pro