RemoteSystemKindFilter(IIterable<String>) Constructor
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.
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);
RemoteSystemKindFilter(IIterable<winrt::hstring> const& remoteSystemKinds);
public RemoteSystemKindFilter(IEnumerable<string> remoteSystemKinds);
function RemoteSystemKindFilter(remoteSystemKinds)
Public Sub New (remoteSystemKinds As IEnumerable(Of String))
Parameters
A list of string representations of the device types to target.
Windows requirements
App capabilities |
remoteSystem
|