Partager via


GameSaveContainerInfoGetResult.Value Propriété

Définition

Collection d’informations sur le conteneur retournée par 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)

Valeur de propriété

Type : IVectorView<; GameSaveContainerInfo>; [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<; GameSaveContainerInfo>; [.NET]

Collection d’informations sur le conteneur retournées par GameSaveContainerInfoQuery.

Remarques

La valeur est valide uniquement si GameSaveContainerInfoGetResult.Status est GameSaveErrorStatus.Ok.

S’applique à

Voir aussi