Sdílet prostřednictvím


ContentViewHandler.MapContent(IContentViewHandler, IContentView) Metoda

Definice

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

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)

Parametry

handler
IContentViewHandler

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

page
IContentView

Přidružená IContentView instance.

Platí pro