다음을 통해 공유


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.WindowingEnvironment가 인 경우 이동 요청은 무시됩니다Tiled.

적용 대상