PackageInstallResult Class

Definition

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
Object Platform::Object IInspectable PackageInstallResult
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:

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.

Applies to