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