共用方式為


DialDevicePicker.Show 方法

定義

多載

Show(Rect)

向使用者顯示選擇器。 呼叫時,選擇器會從所提供矩形的邊緣飛出。

Show(Rect, Placement)

向使用者顯示選擇器。 呼叫時,選擇器會從所提供矩形的指定邊緣飛出。

Show(Rect)

向使用者顯示選擇器。 呼叫時,選擇器會從所提供矩形的邊緣飛出。

public:
 virtual void Show(Rect selection) = Show;
/// [Windows.Foundation.Metadata.Overload("Show")]
void Show(Rect const& selection);
[Windows.Foundation.Metadata.Overload("Show")]
public void Show(Rect selection);
function show(selection)
Public Sub Show (selection As Rect)

參數

selection
Rect

您希望選擇器顯示的來源矩形。

屬性

另請參閱

適用於

Show(Rect, Placement)

向使用者顯示選擇器。 呼叫時,選擇器會從所提供矩形的指定邊緣飛出。

public:
 virtual void Show(Rect selection, Placement preferredPlacement) = Show;
/// [Windows.Foundation.Metadata.Overload("ShowWithPlacement")]
void Show(Rect const& selection, Placement const& preferredPlacement);
[Windows.Foundation.Metadata.Overload("ShowWithPlacement")]
public void Show(Rect selection, Placement preferredPlacement);
function show(selection, preferredPlacement)
Public Sub Show (selection As Rect, preferredPlacement As Placement)

參數

selection
Rect

您希望選擇器顯示的來源矩形。

preferredPlacement
Placement

您希望選擇器顯示的來源邊緣。

屬性

另請參閱

適用於