AppWindow.RequestMoveAdjacentToWindow(AppWindow) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Effectue une demande de positionnement de la fenêtre en regard de la fenêtre d’ancrage spécifiée.
public:
virtual void RequestMoveAdjacentToWindow(AppWindow ^ anchorWindow) = RequestMoveAdjacentToWindow;
void RequestMoveAdjacentToWindow(AppWindow const& anchorWindow);
public void RequestMoveAdjacentToWindow(AppWindow anchorWindow);
function requestMoveAdjacentToWindow(anchorWindow)
Public Sub RequestMoveAdjacentToWindow (anchorWindow As AppWindow)
Paramètres
- anchorWindow
- AppWindow
Fenêtre à placer en regard de.
Remarques
La demande de déplacement est ignorée si AppWindow.WindowingEnvironment est Tiled
.