AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) Método

Definición

Realiza una solicitud para colocar la ventana en el desplazamiento especificado en relación con la ventana de anclaje.

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)

Parámetros

anchorWindow
AppWindow

Ventana a la que se va a colocar esta ventana en relación.

contentOffset
Point

Desplazamiento de la ventana con respecto a la ventana de delimitador.

Comentarios

Si AppWindow.WindowingEnvironment es Tiled, la ventana se coloca en el mismo DisplayRegion que la ventana de anclaje.

Se aplica a