StorageFileQueryResult.Folder Property

Definition

Gets the folder that was queried to create the StorageFileQueryResult object. This folder represents the scope of the query.

public:
 property StorageFolder ^ Folder { StorageFolder ^ get(); };
StorageFolder Folder();
public StorageFolder Folder { get; }
var storageFolder = storageFileQueryResult.folder;
Public ReadOnly Property Folder As StorageFolder

Property Value

The original folder.

Implements

Applies to