RemoteSystem.Apps 属性

定义

此远程系统上已注册到连接设备平台的应用程序列表。

public:
 property IVectorView<RemoteSystemApp ^> ^ Apps { IVectorView<RemoteSystemApp ^> ^ get(); };
IVectorView<RemoteSystemApp> Apps();
public IReadOnlyList<RemoteSystemApp> Apps { get; }
var iVectorView = remoteSystem.apps;
Public ReadOnly Property Apps As IReadOnlyList(Of RemoteSystemApp)

属性值

应用程序列表。

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

适用于