Freigeben über


GameSaveBlobInfoGetResult.Value Eigenschaft

Definition

Informationen zu einem Blob, das von GameSaveBlobInfoQuery zurückgegeben wird.

public:
 property IVectorView<GameSaveBlobInfo ^> ^ Value { IVectorView<GameSaveBlobInfo ^> ^ get(); };
IVectorView<GameSaveBlobInfo> Value();
public IReadOnlyList<GameSaveBlobInfo> Value { get; }
var iVectorView = gameSaveBlobInfoGetResult.value;
Public ReadOnly Property Value As IReadOnlyList(Of GameSaveBlobInfo)

Eigenschaftswert

Hinweise

Der Wert ist nur gültig, wenn GameSaveBlobInfoGetResult.StatusgameSaveErrorStatus.Ok ist.

Gilt für:

Weitere Informationen