IStorageFolderQueryOperations.CreateItemQuery Method

Definition

Retrieves an object for performing shallow enumerations of the files and folders in a storage location. An app can use the object to enumerate the items in a storage location and subscribe to events that fire when the contents of the storage location change.

public:
 StorageItemQueryResult ^ CreateItemQuery();
StorageItemQueryResult CreateItemQuery();
public StorageItemQueryResult CreateItemQuery();
function createItemQuery()
Public Function CreateItemQuery () As StorageItemQueryResult

Returns

An object for enumerating storage items and subscribing to events.

Applies to