StoreQueueItemStatus クラス

定義

現在のアプリのダウンロードおよびインストール キューにある新しいパッケージまたは更新されたパッケージの状態情報を提供します。

public ref class StoreQueueItemStatus sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreQueueItemStatus final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreQueueItemStatus
Public NotInheritable Class StoreQueueItemStatus
継承
Object Platform::Object IInspectable StoreQueueItemStatus
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Services.Store.StoreContract (v3.0 で導入)

プロパティ

ExtendedError

操作でエラーが発生した場合に、ダウンロード要求とインストール要求のエラー コードを取得します。

PackageInstallExtendedState

現在のアプリのダウンロードおよびインストール キューにあるパッケージの状態に関する追加情報を指定する値を取得します。

PackageInstallState

現在のアプリのキューにあるパッケージの全体的な状態を示す値を取得します。

UpdateStatus

現在のアプリのキューにあるパッケージの更新状態を指定する値を取得します。

適用対象

こちらもご覧ください