共用方式為


AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) 方法

定義

要求將視窗置於相對於錨點視窗的指定位移。

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)

參數

anchorWindow
AppWindow

要相對於放置此視窗的視窗。

contentOffset
Point

相對於錨點視窗的視窗位移。

備註

如果 AppWindow.WindowingEnvironmentTiled ,則視窗會放在與錨點視窗相同的 DisplayRegion 上。

適用於