GameSaveContainerInfoGetResult.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.