LauncherUIOptions.InvocationPoint 属性

定义

获取或设置用户打开文件或 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)

属性值

调用点。

注解

若要获取或设置选择矩形,请使用 SelectionRect 方法。

重要

此属性仅在桌面设备上实现。

适用于

另请参阅