StorePackageUpdateResult Klasse

Definition

Stellt Antwortdaten für eine Anforderung zum Herunterladen und Installieren eines Pakets für die aktuelle App bereit.

public ref class StorePackageUpdateResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorePackageUpdateResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorePackageUpdateResult
Public NotInheritable Class StorePackageUpdateResult
Vererbung
Object Platform::Object IInspectable StorePackageUpdateResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (eingeführt in v1.0)

Hinweise

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1803 17134 StoreQueueItems

Eigenschaften

OverallState

Ruft den Status der abgeschlossenen Paketupdateanforderung ab.

StorePackageUpdateStatuses

Ruft Informationen zum status der einzelnen Paketupdates ab, die der abgeschlossenen Anforderung zugeordnet sind.

StoreQueueItems

Ruft Installationswarteschlangeninformationen zu den einzelnen Paketupdates ab, die der abgeschlossenen Anforderung zugeordnet sind.

Gilt für:

Weitere Informationen