Partager via


ViewHandler.MapBackground(IViewHandler, IView) Méthode

Définition

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

public:
 static void MapBackground(Microsoft::Maui::IViewHandler ^ handler, Microsoft::Maui::IView ^ view);
public static void MapBackground (Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view);
static member MapBackground : Microsoft.Maui.IViewHandler * Microsoft.Maui.IView -> unit
Public Shared Sub MapBackground (handler As IViewHandler, view As IView)

Paramètres

handler
IViewHandler

Le gestionnaire associé.

view
IView

Instance associée IView .

S’applique à