AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) 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 au décalage spécifié par rapport à la fenêtre d’ancrage.
public:
virtual void RequestMoveRelativeToWindowContent(AppWindow ^ anchorWindow, Point contentOffset) = RequestMoveRelativeToWindowContent;
void RequestMoveRelativeToWindowContent(AppWindow const& anchorWindow, Point const& contentOffset);
public void RequestMoveRelativeToWindowContent(AppWindow anchorWindow, Point contentOffset);
function requestMoveRelativeToWindowContent(anchorWindow, contentOffset)
Public Sub RequestMoveRelativeToWindowContent (anchorWindow As AppWindow, contentOffset As Point)
Paramètres
- anchorWindow
- AppWindow
Fenêtre à laquelle placer cette fenêtre par rapport.
- contentOffset
- Point
Décalage de la fenêtre par rapport à la fenêtre d’ancrage.
Remarques
Si AppWindow.WindowingEnvironment est Tiled
, la fenêtre est placée sur la même DisplayRegion que la fenêtre d’ancrage.