RemoteSystemKindFilter.RemoteSystemKinds Property

Definition

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

public:
 property IVectorView<Platform::String ^> ^ RemoteSystemKinds { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> RemoteSystemKinds();
public IReadOnlyList<string> RemoteSystemKinds { get; }
var iVectorView = remoteSystemKindFilter.remoteSystemKinds;
Public ReadOnly Property RemoteSystemKinds As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

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

Windows requirements

App capabilities
remoteSystem

Applies to