GameSaveBlobInfo.Name 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Blob 的名稱。
public:
property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = gameSaveBlobInfo.name;
Public ReadOnly Property Name As String
屬性值
類型: 字串 [JavaScript] | System.String [.NET] | Platform::String [C++]
備註
使用SubmitUpdatesAsync或SubmitPropertySetUpdatesAsync撰寫 Blob 時會使用 Blob 名稱,在呼叫GameSaveContainer.GetAsync 和 GameSaveContainer.ReadAsync時要求 Blob 資訊,以在呼叫GameSaveContainer.CreateBlobInfoQuery時要求 Blob 資訊,以及識別GameSaveBlobGetResult.Value中所傳回的 Blob。