RemoteSystemDiscoveryTypeFilter RemoteSystemDiscoveryTypeFilter RemoteSystemDiscoveryTypeFilter RemoteSystemDiscoveryTypeFilter Class

Definition

An IRemoteSystemFilter that limits the set of discoverable remote systems by allowing only those of a specific discovery type.

public : sealed class RemoteSystemDiscoveryTypeFilter : IRemoteSystemDiscoveryTypeFilter, IRemoteSystemFilterpublic sealed class RemoteSystemDiscoveryTypeFilter : IRemoteSystemDiscoveryTypeFilter, IRemoteSystemFilterPublic NotInheritable Class RemoteSystemDiscoveryTypeFilter Implements IRemoteSystemDiscoveryTypeFilter, IRemoteSystemFilter// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
remoteSystem

Constructors

RemoteSystemDiscoveryTypeFilter(RemoteSystemDiscoveryType) RemoteSystemDiscoveryTypeFilter(RemoteSystemDiscoveryType) RemoteSystemDiscoveryTypeFilter(RemoteSystemDiscoveryType) RemoteSystemDiscoveryTypeFilter(RemoteSystemDiscoveryType)

Initializes an instance of the RemoteSystemDiscoveryTypeFilter class.

public : RemoteSystemDiscoveryTypeFilter(RemoteSystemDiscoveryType discoveryType)public RemoteSystemDiscoveryTypeFilter(RemoteSystemDiscoveryType discoveryType)Public Sub New(discoveryType As RemoteSystemDiscoveryType)// You can use this method in JavaScript.
Parameters
Additional features and requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
remoteSystem

Properties

RemoteSystemDiscoveryType RemoteSystemDiscoveryType RemoteSystemDiscoveryType RemoteSystemDiscoveryType

The discovery type that the containing RemoteSystemDiscoveryTypeFilter object targets.

public : RemoteSystemDiscoveryType RemoteSystemDiscoveryType { get; }public RemoteSystemDiscoveryType RemoteSystemDiscoveryType { get; }Public ReadOnly Property RemoteSystemDiscoveryType As RemoteSystemDiscoveryType// You can use this property in JavaScript.
Additional features and requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
remoteSystem

See Also