Partager via


RemoteSystemKindFilter(IIterable<String>) Constructeur

Définition

Initialise un instance de la classe RemoteSystemKindFilter avec une liste de représentations sous forme de chaîne de types d’appareils à cibler. Ces chaînes doivent être conformes aux valeurs des propriétés de la 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))

Paramètres

remoteSystemKinds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Liste des représentations sous forme de chaîne des types d’appareils à cibler.

Configuration requise pour Windows

Fonctionnalités de l’application
remoteSystem

S’applique à