RemoteSystemKindFilter.RemoteSystemKinds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A read-only list of string representations of the device types to target.
Windows requirements
App capabilities |
remoteSystem
|