次の方法で共有


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

適用対象