RemoteSystemDiscoveryType Enumeration

Definition

Enthält die Werte, die beschreiben, wie Remotesysteme ermittelt werden können.

public enum class RemoteSystemDiscoveryType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RemoteSystemDiscoveryType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RemoteSystemDiscoveryType
var value = Windows.System.RemoteSystems.RemoteSystemDiscoveryType.any
Public Enum RemoteSystemDiscoveryType
Vererbung
RemoteSystemDiscoveryType
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
remoteSystem

Felder

Any 0

Remotesysteme sind sowohl über eine proximale Verbindung als auch über eine Cloudverbindung auffindbar.

Cloud 2

Remotesysteme sind nur über eine Cloudverbindung auffindbar.

Proximal 1

Remotesysteme sind nur über eine proximale Verbindung wie ein lokales Netzwerk oder eine Bluetooth-Verbindung auffindbar.

SpatiallyProximal 3

Remotesysteme sind über eine proximale Verbindung auffindbar und werden erwartet, dass sie sich räumlich in der Nähe des Clientgeräts befinden.

Hinweise

Versionsverlauf

Windows-Version SDK-Version Mehrwert
1703 15063 SpatiallyProximal

Gilt für:

Weitere Informationen