Condividi tramite


ContentViewHandler.MapContent(IContentViewHandler, IContentView) Metodo

Definizione

Esegue il mapping della proprietà astratta Content alle implementazioni specifiche della piattaforma.

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)

Parametri

handler
IContentViewHandler

Gestore associato.

page
IContentView

Istanza associata IContentView .

Si applica a