GameSaveContainerInfoGetResult.Value Property

Definition

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.

Applies to

See also