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 方法。
重要
此屬性只會在桌面裝置上實作。