AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アンカー ウィンドウを基準にして、指定したオフセットにウィンドウを配置するように要求します。
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.WindowingEnvironment が のTiled
場合、ウィンドウはアンカー ウィンドウと同じ DisplayRegion に配置されます。