PackageInstallResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the results of an application install for a specified application package.
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
- Inheritance
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduced in v1.0)
|
Remarks
Instances of this class can be obtained through these APIs:
- InstallationManager.AddPackageAsync
- InstallationManager.RemovePackageAsync
- InstallationManager.GetPendingPackageInstalls
- InstallationManager.RegisterPackageAsync
Properties
ErrorText |
Gets the text of the error associated with the installation of the application package. |
InstallState |
Gets the installation state of the application package. |
ProductId |
Gets the unique identifier for the application package that installation state is provided for. |