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 メソッドを使用します。

重要

このプロパティは、デスクトップ デバイスでのみ実装されます。

適用対象

こちらもご覧ください