GameSaveBlobInfoQuery.GetItemCountAsync 方法

定义

检索与创建此 GameSaveBlobInfoQuery 对象的查询匹配的 Blob 数。

public:
 virtual IAsyncOperation<unsigned int> ^ GetItemCountAsync() = GetItemCountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> GetItemCountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> GetItemCountAsync();
function getItemCountAsync()
Public Function GetItemCountAsync () As IAsyncOperation(Of UInteger)

返回

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

类型: IAsyncOperation<;UInt32>;

表示异步操作状态的 IAsyncOperation

属性

注解

异步操作完成后,返回的 IAsyncOperation 对象的操作结果包含与此查询匹配的 Blob 数。

适用于

另请参阅