GameSaveBlobGetResult.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Collection d’objets blob de sauvegarde de jeu nommés.
public:
property IMapView<Platform::String ^, IBuffer ^> ^ Value { IMapView<Platform::String ^, IBuffer ^> ^ get(); };
IMapView<winrt::hstring, IBuffer const&> Value();
public IReadOnlyDictionary<string,IBuffer> Value { get; }
var iMapView = gameSaveBlobGetResult.value;
Public ReadOnly Property Value As IReadOnlyDictionary(Of String, IBuffer)
Valeur de propriété
Type : IMapView<; String, IBuffer>; [JavaScript/C++] | System.Collections.Generic.IReadOnlyDictionary<; String, IBuffer>; [.NET]
Remarques
La valeur est valide uniquement si GameSaveBlobGetResult.Status est GameSaveErrorStatus.Ok.