共用方式為


AppInstallItem.Children 屬性

定義

擷取目前應用程式安裝子系之應用程式安裝的相關資訊。 如果目前應用程式安裝是屬於相同應用程式套件組合一部分的其他應用程式安裝的父系,此屬性才會傳回值。

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

屬性值

AppInstallItem物件的集合,代表目前應用程式安裝的子應用程式安裝。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
應用程式功能
runFullTrust

適用於