GameSaveBlobGetResult.Value Property

Definition

Collection of named game save blobs.

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)

Property Value

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

Remarks

Value is valid only if GameSaveBlobGetResult.Status is GameSaveErrorStatus.Ok.

Applies to

See also