次の方法で共有


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

適用対象