CastingDevicePicker.Show 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Show(Rect) |
顯示傳播裝置選擇器 UI,其會從提供的矩形邊緣飛出。 |
Show(Rect, Placement) |
顯示傳播裝置選擇器 UI,其會從所提供矩形的指定邊緣飛出。 |
Show(Rect)
顯示傳播裝置選擇器 UI,其會從提供的矩形邊緣飛出。
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
選擇器 UI 應該從中飛出的矩形。
- 屬性
另請參閱
適用於
Show(Rect, Placement)
顯示傳播裝置選擇器 UI,其會從所提供矩形的指定邊緣飛出。
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
選擇器應該從中飛出之矩形的邊緣。
- 屬性