StorageFolderQueryResult.Folder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the folder originally used to create the StorageFolderQueryResult object. This folder represents the scope of the query.
public:
property StorageFolder ^ Folder { StorageFolder ^ get(); };
StorageFolder Folder();
public StorageFolder Folder { get; }
var storageFolder = storageFolderQueryResult.folder;
Public ReadOnly Property Folder As StorageFolder
Property Value
The original folder.