Поделиться через


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

Применяется к