次の方法で共有


RemoteSystemKindFilter.RemoteSystemKinds プロパティ

定義

RemoteSystemKindFilter オブジェクトがターゲットとするデバイスの種類の文字列表現。

public:
 property IVectorView<Platform::String ^> ^ RemoteSystemKinds { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> RemoteSystemKinds();
public IReadOnlyList<string> RemoteSystemKinds { get; }
var iVectorView = remoteSystemKindFilter.remoteSystemKinds;
Public ReadOnly Property RemoteSystemKinds As IReadOnlyList(Of String)

プロパティ値

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

ターゲットとするデバイスの種類の文字列表現の読み取り専用リスト。

Windows の要件

アプリの機能
remoteSystem

適用対象