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

希望选取器显示其上的边缘。

属性

另请参阅

适用于