Compartilhar via


GameSaveBlobGetResult.Value Propriedade

Definição

Coleção de blobs de salvamento de jogos nomeados.

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 da propriedade

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

Comentários

O valor será válido somente se GameSaveBlobGetResult.Status for GameSaveErrorStatus.Ok.

Aplica-se a

Confira também