GameSaveBlobInfo.Name 属性

定义

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

属性值

String

Platform::String

winrt::hstring

类型: 字符串 [JavaScript] | System.String [.NET] | Platform::String [C++]

注解

使用 SubmitUpdatesAsyncSubmitPropertySetUpdatesAsync 编写 Blob 时,使用 Blob 名称在调用 GameSaveContainer.GetAsyncGameSaveContainer.ReadAsync 时请求 Blob,在调用 GameSaveContainer.CreateBlobInfoQuery 时请求 Blob 信息,以及标识 GameSaveBlobGetResult.Value 中返回的 blob。

适用于

另请参阅