Freigeben über


AppWindow.RequestMoveAdjacentToWindow(AppWindow) Methode

Definition

Sendet eine Anforderung, das Fenster neben dem angegebenen Ankerfenster zu positionieren.

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)

Parameter

anchorWindow
AppWindow

Das Fenster, neben dem dieses Fenster positioniert werden soll.

Hinweise

Die Verschiebungsanforderung wird ignoriert, wenn AppWindow.WindowingEnvironment lautet Tiled.

Gilt für: