共用方式為


AppWindow.RequestMoveAdjacentToWindow(AppWindow) 方法

定義

提出要求,以將視窗放在指定的錨點視窗旁邊。

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)

參數

anchorWindow
AppWindow

要放置此視窗旁的視窗。

備註

如果 AppWindow.WindowingEnvironmentTiled ,則會忽略移動要求。

適用於