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 メソッドを使用します。
重要
このプロパティは、デスクトップ デバイスでのみ実装されます。