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

适用于