GameSaveContainerInfoGetResult.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.
A collection of container information returned by GameSaveContainerInfoQuery.
public:
property IVectorView<GameSaveContainerInfo ^> ^ Value { IVectorView<GameSaveContainerInfo ^> ^ get(); };
IVectorView<GameSaveContainerInfo> Value();
public IReadOnlyList<GameSaveContainerInfo> Value { get; }
var iVectorView = gameSaveContainerInfoGetResult.value;
Public ReadOnly Property Value As IReadOnlyList(Of GameSaveContainerInfo)
Property Value
Type: IVectorView<;GameSaveContainerInfo>; [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<;GameSaveContainerInfo>; [.NET]
Collection of container information returned by GameSaveContainerInfoQuery.
Remarks
Value is valid only if GameSaveContainerInfoGetResult.Status is GameSaveErrorStatus.Ok.