RemoteDevicePicker Class  
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.
Picker Control to show List of Remote Devices that are accessible
[Windows.UI.Xaml.TemplatePart(Name="PART_ListDevices", Type=typeof(Windows.UI.Xaml.Controls.ListView))]
[Windows.UI.Xaml.TemplatePart(Name="PART_ListDeviceTypes", Type=typeof(Windows.UI.Xaml.Controls.ComboBox))]
[Windows.UI.Xaml.TemplatePart(Name="PART_ProgressRing", Type=typeof(Windows.UI.Xaml.Controls.ProgressRing))]
[Windows.UI.Xaml.TemplatePart(Name="DiscoveryType", Type=typeof(Windows.UI.Xaml.Controls.ComboBox))]
[Windows.UI.Xaml.TemplatePart(Name="StatusType", Type=typeof(Windows.UI.Xaml.Controls.ComboBox))]
[Windows.UI.Xaml.TemplatePart(Name="AuthorizationType", Type=typeof(Windows.UI.Xaml.Controls.ComboBox))]
[Windows.UI.Xaml.TemplatePart(Name="AdvancedFiltersGrid", Type=typeof(Windows.UI.Xaml.Controls.Grid))]
public sealed class RemoteDevicePicker : Windows.UI.Xaml.Controls.ContentDialog[<Windows.UI.Xaml.TemplatePart(Name="PART_ListDevices", Type=typeof(Windows.UI.Xaml.Controls.ListView))>]
[<Windows.UI.Xaml.TemplatePart(Name="PART_ListDeviceTypes", Type=typeof(Windows.UI.Xaml.Controls.ComboBox))>]
[<Windows.UI.Xaml.TemplatePart(Name="PART_ProgressRing", Type=typeof(Windows.UI.Xaml.Controls.ProgressRing))>]
[<Windows.UI.Xaml.TemplatePart(Name="DiscoveryType", Type=typeof(Windows.UI.Xaml.Controls.ComboBox))>]
[<Windows.UI.Xaml.TemplatePart(Name="StatusType", Type=typeof(Windows.UI.Xaml.Controls.ComboBox))>]
[<Windows.UI.Xaml.TemplatePart(Name="AuthorizationType", Type=typeof(Windows.UI.Xaml.Controls.ComboBox))>]
[<Windows.UI.Xaml.TemplatePart(Name="AdvancedFiltersGrid", Type=typeof(Windows.UI.Xaml.Controls.Grid))>]
type RemoteDevicePicker = class
    inherit ContentDialogPublic NotInheritable Class RemoteDevicePicker
Inherits ContentDialog- Inheritance
- 
				Windows.UI.Xaml.Controls.ContentDialogRemoteDevicePicker
- Attributes
- 
			Windows.UI.Xaml.TemplatePartAttribute
Constructors
| RemoteDevicePicker() | Initializes a new instance of the RemoteDevicePicker class. | 
| RemoteDevicePicker(RemoteSystemDiscoveryType, RemoteSystemAuthorizationKind, RemoteSystemStatusType) | Initializes a new instance of the RemoteDevicePicker class with filters. | 
Fields
| SelectionModeProperty | Gets the dependency property for SelectionMode. | 
| ShowAdvancedFiltersProperty | Gets the dependency property for ShowAdvancedFilters. | 
Properties
| SelectionMode | Gets or sets the DeviceList Selection Mode. Defaults to ListViewSelectionMode.Single | 
| ShowAdvancedFilters | Gets or sets a value indicating whether Advanced Filters visible or not | 
Methods
| PickDeviceAsync() | Initiate Picker UI |