LauncherUIOptions.SelectionRect プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーがファイルまたは URI を開いた画面上の選択四角形を取得または設定します。
public:
property IReference<Rect> ^ SelectionRect { IReference<Rect> ^ get(); void set(IReference<Rect> ^ value); };
IReference<Rect> SelectionRect();
void SelectionRect(IReference<Rect> value);
public System.Nullable<Rect> SelectionRect { get; set; }
var iReference = launcherUIOptions.selectionRect;
launcherUIOptions.selectionRect = iReference;
Public Property SelectionRect As Nullable(Of Rect)
プロパティ値
選択範囲の四角形。
注釈
呼び出しポイントを取得または設定するには、 InvocationPoint メソッドを使用します。
重要
このプロパティは、デスクトップ デバイスでのみ実装されます。