Compartir a través de


LauncherUIOptions.InvocationPoint Propiedad

Definición

Obtiene o establece el punto en la pantalla donde el usuario abrió un archivo o URI.

public:
 property IReference<Point> ^ InvocationPoint { IReference<Point> ^ get(); void set(IReference<Point> ^ value); };
IReference<Point> InvocationPoint();

void InvocationPoint(IReference<Point> value);
public System.Nullable<Point> InvocationPoint { get; set; }
var iReference = launcherUIOptions.invocationPoint;
launcherUIOptions.invocationPoint = iReference;
Public Property InvocationPoint As Nullable(Of Point)

Valor de propiedad

Punto de invocación.

Comentarios

Para obtener o establecer el rectángulo de selección, use el método SelectionRect .

Importante

Esta propiedad solo se implementa en dispositivos de escritorio.

Se aplica a

Consulte también