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 |
取得提供安裝狀態之應用程式封裝的唯一識別碼。 |