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 |
获取为其提供安装状态的应用程序包的唯一标识符。 |