GameSaveBlobGetResult.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.