CastingDevicePicker.Show Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Show(Rect) |
Shows the casting device picker UI, which flies out from an edge of the provided rectangle. |
Show(Rect, Placement) |
Shows the casting device picker UI, which flies out from the specified edge of the provided rectangle. |
Show(Rect)
Shows the casting device picker UI, which flies out from an edge of the provided rectangle.
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)
Parameters
- selection
- Rect
The rectangle from which the picker UI should fly out.
- Attributes
See also
Applies to
Show(Rect, Placement)
Shows the casting device picker UI, which flies out from the specified edge of the provided rectangle.
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)
Parameters
- selection
- Rect
The rectangle from which the picker should fly out.
- preferredPlacement
- Placement
The edge of the rectangle from which the picker should fly out.
- Attributes