IStorageQueryResultBase.GetItemCountAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取符合建立 StorageFileQueryResult、 StorageFolderQueryResult或 StorageItemQueryResult 物件的查詢的專案數目。
public:
IAsyncOperation<unsigned int> ^ 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)
傳回
這個方法成功完成時,它會傳回符合查詢的專案數。
- 屬性