Edit

Share via


RemoteDevicePicker Constructors

Definition

Overloads

RemoteDevicePicker()

Initializes a new instance of the RemoteDevicePicker class.

RemoteDevicePicker(RemoteSystemDiscoveryType, RemoteSystemAuthorizationKind, RemoteSystemStatusType)

Initializes a new instance of the RemoteDevicePicker class with filters.

RemoteDevicePicker()

Initializes a new instance of the RemoteDevicePicker class.

public RemoteDevicePicker ();
Public Sub New ()

Applies to

RemoteDevicePicker(RemoteSystemDiscoveryType, RemoteSystemAuthorizationKind, RemoteSystemStatusType)

Initializes a new instance of the RemoteDevicePicker class with filters.

public RemoteDevicePicker (Windows.System.RemoteSystems.RemoteSystemDiscoveryType remoteSystemDiscoveryType, Windows.System.RemoteSystems.RemoteSystemAuthorizationKind remoteSystemAuthorizationKind, Windows.System.RemoteSystems.RemoteSystemStatusType remoteSystemStatusType);
new Microsoft.Toolkit.Uwp.UI.Controls.RemoteDevicePicker : Windows.System.RemoteSystems.RemoteSystemDiscoveryType * Windows.System.RemoteSystems.RemoteSystemAuthorizationKind * Windows.System.RemoteSystems.RemoteSystemStatusType -> Microsoft.Toolkit.Uwp.UI.Controls.RemoteDevicePicker
Public Sub New (remoteSystemDiscoveryType As RemoteSystemDiscoveryType, remoteSystemAuthorizationKind As RemoteSystemAuthorizationKind, remoteSystemStatusType As RemoteSystemStatusType)

Parameters

remoteSystemDiscoveryType
Windows.System.RemoteSystems.RemoteSystemDiscoveryType
remoteSystemAuthorizationKind
Windows.System.RemoteSystems.RemoteSystemAuthorizationKind
remoteSystemStatusType
Windows.System.RemoteSystems.RemoteSystemStatusType

Applies to