Partager via


ViewHandler.MapFrame(IViewHandler, IView, Object) Méthode

Définition

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

public:
 static void MapFrame(Microsoft::Maui::IViewHandler ^ handler, Microsoft::Maui::IView ^ view, System::Object ^ args);
public static void MapFrame (Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view, object? args);
static member MapFrame : Microsoft.Maui.IViewHandler * Microsoft.Maui.IView * obj -> unit
Public Shared Sub MapFrame (handler As IViewHandler, view As IView, args As Object)

Paramètres

handler
IViewHandler

Le gestionnaire associé.

view
IView

Instance associée IView .

args
Object

Arguments passés associés à cet événement.

S’applique à