Freigeben über


GameSaveBlobInfo Klasse

Definition

Enthält Informationen zu einem Spielspeicherblob. Rufen Sie GameSaveBlobInfoQuery.GetBlobInfoAsync auf, um eine GameSaveBlobInfo-instance zu erhalten.

public ref class GameSaveBlobInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.XboxLive.StorageApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GameSaveBlobInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.XboxLive.StorageApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GameSaveBlobInfo
Public NotInheritable Class GameSaveBlobInfo
Vererbung
Object Platform::Object IInspectable GameSaveBlobInfo
Attribute

Windows-Anforderungen

Gerätefamilie
Xbox Live Extension SDK (eingeführt in 10.0.10240.0)
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Gaming.XboxLive.StorageApiContract (eingeführt in v1.0)

Hinweise

Rufen Sie GameSaveContainer.CreateBlobInfoQuery auf, um eine GameSaveBlobInfoQuery zu erstellen, die GameSaveBlobInfo-Instanzen der angegebenen Blobs enthält.

Wichtig

Diese API richtet sich an UWP-Spiele und -Apps mit Xbox Live-Aktivierung. Aufrufe dieser APIs von Quellen, die nicht Xbox Live aktiviert sind, können keine Daten mit der Cloud synchronisieren.

Eigenschaften

Name

Der Name des Blobs.

Size

Größe des Blobs in Bytes.

Gilt für:

Weitere Informationen