共用方式為


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 引進)

適用於