AppInstallManagerItemEventArgs クラス

定義

public ref class AppInstallManagerItemEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppInstallManagerItemEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppInstallManagerItemEventArgs
Public NotInheritable Class AppInstallManagerItemEventArgs
継承
Object Platform::Object IInspectable AppInstallManagerItemEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
runFullTrust

注釈

このクラスのインスタンスは、 AppInstallManager.ItemCompleted イベントと AppInstallManager.ItemStatusChanged イベントに実装するイベント ハンドラーに渡されます。

重要

この API へのアクセスは、Microsoft によって開発されたアプリに制限されているプライベート機能によって保護されます。

プロパティ

Item

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

適用対象