ContentIndexerQuery.QueryFolder 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 StorageFolder representation of the app-provided items in the ContentIndexer query.
public:
property StorageFolder ^ QueryFolder { StorageFolder ^ get(); };
StorageFolder QueryFolder();
public StorageFolder QueryFolder { get; }
var storageFolder = contentIndexerQuery.queryFolder;
Public ReadOnly Property QueryFolder As StorageFolder
Property Value
The folder that contains app-provided content.
Remarks
The StorageFolder returned by the QueryFolder property is read-only. You can't change the properties of the folder or of the files that it contains.