共用方式為


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 方法。

重要

此屬性只會在桌面裝置上實作。

適用於

另請參閱