Compartir a través de


GameSaveBlobGetResult.Value Propiedad

Definición

Colección de blobs para guardar el juego con nombre.

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)

Valor de propiedad

Tipo: IMapView<; String, IBuffer>; [JavaScript/C++] | System.Collections.Generic.IReadOnlyDictionary<; String, IBuffer>; [.NET]

Comentarios

El valor solo es válido si GameSaveBlobGetResult.Status es GameSaveErrorStatus.Ok.

Se aplica a

Consulte también