LauncherUIOptions.InvocationPoint Property

Definition

Gets or sets the point on the screen where the user opened a file or 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)

Property Value

The invocation point.

Remarks

To get or set the selection rectangle, use the SelectionRect method.

Important

This property is only implemented on Desktop devices.

Applies to

See also