次の方法で共有


AppInstallManagerItemEventArgs.Item プロパティ

定義

インストールが完了したアプリ ( ItemCompleted イベントの場合) またはインストール状態が変更されたアプリ ( ItemStatusChanged イベントの場合) を表す オブジェクトを取得します。

public:
 property AppInstallItem ^ Item { AppInstallItem ^ get(); };
AppInstallItem Item();
public AppInstallItem Item { get; }
var appInstallItem = appInstallManagerItemEventArgs.item;
Public ReadOnly Property Item As AppInstallItem

プロパティ値

インストールが完了したアプリ、またはインストールの状態が変更されたアプリを表す オブジェクト。

Windows の要件

アプリの機能
runFullTrust

適用対象