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。