LauncherUIOptions.InvocationPoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用户打开文件或 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 方法。
重要
此属性仅在桌面设备上实现。