次の方法で共有


PackageInstallResult クラス

定義

指定したアプリケーション パッケージのアプリケーション インストールの結果を提供します。

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
継承
Object Platform::Object IInspectable PackageInstallResult
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)

注釈

このクラスのインスタンスは、次の API を使用して取得できます。

プロパティ

ErrorText

アプリケーション パッケージのインストールに関連付けられているエラーのテキストを取得します。

InstallState

アプリケーション パッケージのインストール状態を取得します。

ProductId

インストール状態が指定されているアプリケーション パッケージの一意識別子を取得します。

適用対象