AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) Methode

Definition

Sendet eine Anforderung zum Positionieren des Fensters am angegebenen Offset relativ zum Ankerfenster.

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)

Parameter

anchorWindow
AppWindow

Das Fenster, zu dem dieses Fenster relativ positioniert werden soll.

contentOffset
Point

Der Offset des Fensters relativ zum Ankerfenster.

Hinweise

Wenn AppWindow.WindowingEnvironment den Wert aufweist Tiled, wird das Fenster in derselben DisplayRegion platziert wie das Ankerfenster.

Gilt für: