RemoteSystemKindFilter RemoteSystemKindFilter RemoteSystemKindFilter RemoteSystemKindFilter Class

Definition

An IRemoteSystemFilter that limits the set of discoverable remote systems by allowing only those of specific device types.

public : sealed class RemoteSystemKindFilter : IRemoteSystemFilter, IRemoteSystemKindFilterpublic sealed class RemoteSystemKindFilter : IRemoteSystemFilter, IRemoteSystemKindFilterPublic NotInheritable Class RemoteSystemKindFilter Implements IRemoteSystemFilter, IRemoteSystemKindFilter// 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

RemoteSystemKindFilter(IIterable) RemoteSystemKindFilter(IIterable) RemoteSystemKindFilter(IIterable) RemoteSystemKindFilter(IIterable)

Initializes an instance of the RemoteSystemKindFilter class with a list of string representations of device types to target. These strings should conform to the values of the properties of the RemoteSystemKinds class.

public : RemoteSystemKindFilter(IIterable<PlatForm::String> remoteSystemKinds)public RemoteSystemKindFilter(IEnumerable<String> remoteSystemKinds)Public Sub New(remoteSystemKinds As IEnumerable<String>)// You can use this method in JavaScript.
Parameters
remoteSystemKinds
IIterable<PlatForm::String> IEnumerable<String> IEnumerable<String> IEnumerable<String>

A list of string representations of the device types to target.

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

RemoteSystemKinds RemoteSystemKinds RemoteSystemKinds RemoteSystemKinds

String representation(s) of the device type(s) that the containing RemoteSystemKindFilter object targets.

public : IVectorView<string> RemoteSystemKinds { get; }public IReadOnlyList<string> RemoteSystemKinds { get; }Public ReadOnly Property RemoteSystemKinds As IReadOnlyList<string>// You can use this property in JavaScript.
Value
IVectorView<PlatForm::String> IReadOnlyList<string> IReadOnlyList<string> IReadOnlyList<string>

A read-only list of string representations of the device types to target.

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