Partager via


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

Définition

Mappe la propriété abstraite ZIndex aux implémentations spécifiques de la plateforme.

public:
 static void MapZIndex(Microsoft::Maui::IViewHandler ^ handler, Microsoft::Maui::IView ^ view, System::Object ^ args);
public static void MapZIndex (Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view, object? args);
static member MapZIndex : Microsoft.Maui.IViewHandler * Microsoft.Maui.IView * obj -> unit
Public Shared Sub MapZIndex (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 transmis associés à cet événement.

S’applique à