AppWindow.RequestMoveRelativeToCurrentViewContent(Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のビューを基準にして、指定したオフセット位置にウィンドウを配置するように要求します。
public:
virtual void RequestMoveRelativeToCurrentViewContent(Point contentOffset) = RequestMoveRelativeToCurrentViewContent;
void RequestMoveRelativeToCurrentViewContent(Point const& contentOffset);
public void RequestMoveRelativeToCurrentViewContent(Point contentOffset);
function requestMoveRelativeToCurrentViewContent(contentOffset)
Public Sub RequestMoveRelativeToCurrentViewContent (contentOffset As Point)
パラメーター
- contentOffset
- Point
現在のビューに対するウィンドウの相対位置。
注釈
AppWindow.WindowingEnvironment が のTiled
場合、ウィンドウは現在のビューと同じ DisplayRegion に配置されます。