AppInstallManager.AppInstallItemsWithGroupSupport 属性

定义

检索有关当前位于安装队列中的单个应用捆绑包的所有应用的信息。

public:
 property IVectorView<AppInstallItem ^> ^ AppInstallItemsWithGroupSupport { IVectorView<AppInstallItem ^> ^ get(); };
IVectorView<AppInstallItem> AppInstallItemsWithGroupSupport();
public IReadOnlyList<AppInstallItem> AppInstallItemsWithGroupSupport { get; }
var iVectorView = appInstallManager.appInstallItemsWithGroupSupport;
Public ReadOnly Property AppInstallItemsWithGroupSupport As IReadOnlyList(Of AppInstallItem)

属性值

AppInstallItem 对象的集合,这些对象表示当前位于安装队列中的单个应用捆绑包中的所有应用。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
runFullTrust

适用于