Condividi tramite


GameSaveContainerInfoGetResult.Value Proprietà

Definizione

Raccolta di informazioni sul contenitore restituite da 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)

Valore della proprietà

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

Raccolta di informazioni sul contenitore restituite da GameSaveContainerInfoQuery.

Commenti

Il valore è valido solo se GameSaveContainerInfoGetResult.Status è GameSaveErrorStatus.Ok.

Si applica a

Vedi anche