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

ピッカーの表示元となるエッジ。

属性

こちらもご覧ください

適用対象