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,则忽略移动请求。

适用于