PackageInstallResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したアプリケーション パッケージのアプリケーション インストールの結果を提供します。
public ref class PackageInstallResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class PackageInstallResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class PackageInstallResult
Public NotInheritable Class PackageInstallResult
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
|
API contract |
Windows.Phone.PhoneContract (v1.0 で導入)
|
注釈
このクラスのインスタンスは、次の API を使用して取得できます。
- InstallationManager.AddPackageAsync
- InstallationManager.RemovePackageAsync
- InstallationManager.GetPendingPackageInstalls
- InstallationManager.RegisterPackageAsync
プロパティ
ErrorText |
アプリケーション パッケージのインストールに関連付けられているエラーのテキストを取得します。 |
InstallState |
アプリケーション パッケージのインストール状態を取得します。 |
ProductId |
インストール状態が指定されているアプリケーション パッケージの一意識別子を取得します。 |