AppInstallStatus クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インストール キュー内にあるアプリの状態について説明します。
public ref class AppInstallStatus sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppInstallStatus final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppInstallStatus
Public NotInheritable Class AppInstallStatus
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
アプリの機能 |
runFullTrust
|
注釈
このクラスのインスタンスを取得するには、AppInstallItem クラスの GetCurrentStatus メソッドを使用します。
重要
この API へのアクセスは、Microsoft によって開発されたアプリに制限されているプライベート機能によって保護されます。
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1607 | 14393 | ReadyForLaunch |
1607 | 14393 | ユーザー |
1803 | 17134 | IsStaged |
プロパティ
BytesDownloaded |
現在のアプリに対してダウンロードされたバイト数を取得します。 |
DownloadSizeInBytes |
現在のアプリのダウンロード サイズをバイト単位で取得します。 |
ErrorCode |
インストール エラーが発生したアプリのエラー コードを取得します。 |
InstallState |
現在のアプリのインストール状態を取得します。 |
IsStaged |
アプリの再起動が保留中かどうかを示す値を取得します。 |
PercentComplete |
現在のアプリのインストールの完了率を取得します。 |
ReadyForLaunch |
アプリがまだインストールを完了していない場合でも、アプリを起動できるかどうかを示す値を取得します。 |
User |
アプリがインストールされているユーザーを識別する オブジェクトを取得します。 |