GameSaveBlobInfoGetResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class GameSaveBlobInfoGetResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.XboxLive.StorageApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GameSaveBlobInfoGetResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.XboxLive.StorageApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GameSaveBlobInfoGetResult
Public NotInheritable Class GameSaveBlobInfoGetResult
- 繼承
- 屬性
Windows 需求
裝置系列 |
Xbox Live Extension SDK (已於 10.0.10240.0 引進)
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進) |
API contract |
Windows.Gaming.XboxLive.StorageApiContract (已於 v1.0 引進)
|
備註
GameSaveBlobInfoGetResult 會在 GameSaveBlobInfoQuery.GetBlobInfoAsync 完成時傳回,並包含非同步作業的結果。 如果作業未發生錯誤, GameSaveBlobInfoGetResult.Value 會包含 Blob 資訊。
重要
此 API 是以已啟用 Xbox Live 的 UWP 遊戲和應用程式為目標。 從未啟用 Xbox Live 的來源呼叫這些 API,將無法將資料同步至雲端。
屬性
Status |
非同步遊戲儲存 Blob 資訊要求的狀態結果。 |
Value |
GameSaveBlobInfoQuery所傳回之 Blob 的相關資訊。 |