共用方式為


PlaceInfo.Show 方法

定義

多載

Show(Rect)

顯示在快顯視窗中, 即 PlaceInfo中所述的地圖位置和相關資訊。

Show(Rect, Placement)

顯示在可消失的視窗中,即 PlaceInfo中所述的地圖位置和相關資訊。

Show(Rect)

顯示在快顯視窗中, 即 PlaceInfo中所述的地圖位置和相關資訊。

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

Rect是使用者選取範圍的矩形區域 (例如,按下按鈕) ,作業系統會在其周圍顯示可關閉的光線視窗,而不是在該矩形區域內。 例如,如果應用程式使用按鈕來顯示位置,請傳遞按鈕的 Rect ,讓可關閉的視窗在按鈕周圍顯示,而不會重迭。

屬性

備註

根據預設,此視窗會出現在選取矩形下方。 如果您想要為此視窗指定不同的位置,請使用此方法的多載版本,接受 Placement 值做為參數。 這個方法會關閉任何已經可見的卡片 UI。

適用於

Show(Rect, Placement)

顯示在可消失的視窗中,即 PlaceInfo中所述的地圖位置和相關資訊。

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

參數

selection
Rect

Rect是使用者選取範圍的矩形區域 (例如,按下按鈕) ,作業系統會在其周圍顯示可關閉的光線視窗,而不是在該矩形區域內。 例如,如果應用程式使用按鈕來顯示位置,請傳遞按鈕的 Rect ,讓可關閉的視窗在按鈕周圍顯示,而不會重迭。

preferredPlacement
Placement

相對於矩形的光線可允許視窗慣用位置。

屬性

備註

這個方法會關閉任何已經可見的卡片 UI。

適用於