RemoteSystemKindFilter(IIterable<String>) 构造函数

定义

使用目标设备类型的字符串表示形式列表初始化 RemoteSystemKindFilter 类的实例。 这些字符串应符合 RemoteSystemKinds 类的属性值。

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))

参数

remoteSystemKinds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

要面向的设备类型的字符串表示形式列表。

Windows 要求

应用功能
remoteSystem

适用于