共用方式為


LauncherUIOptions.SelectionRect 屬性

定義

取得或設定使用者在開啟檔案或 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 方法。

重要

此屬性只會在桌面裝置上實作。

適用於

另請參閱