Compartilhar via


RemoteSystemKindFilter(IIterable<String>) Construtor

Definição

Inicializa uma instância da classe RemoteSystemKindFilter com uma lista de representações de cadeia de caracteres de tipos de dispositivo a serem direcionadas. Essas cadeias de caracteres devem estar em conformidade com os valores das propriedades da classe 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))

Parâmetros

remoteSystemKinds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Uma lista de representações de cadeia de caracteres dos tipos de dispositivo a serem direcionados.

Requisitos do Windows

Funcionalidades do aplicativo
remoteSystem

Aplica-se a