Partager via


ContentViewHandler.MapContent(IContentViewHandler, IContentView) Méthode

Définition

Mappe la propriété abstraite Content aux implémentations spécifiques à la plateforme.

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)

Paramètres

handler
IContentViewHandler

Le gestionnaire associé.

page
IContentView

Instance associée IContentView .

S’applique à