IStorageFolderQueryOperations.IsCommonFolderQuerySupported Method
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.
Verifies whether this folder supports the specified folder query (returns true or false).
public:
bool IsCommonFolderQuerySupported(CommonFolderQuery query);
bool IsCommonFolderQuerySupported(CommonFolderQuery const& query);
public bool IsCommonFolderQuerySupported(CommonFolderQuery query);
function isCommonFolderQuerySupported(query)
Public Function IsCommonFolderQuerySupported (query As CommonFolderQuery) As Boolean
Parameters
- query
- CommonFolderQuery
The folder query to test.
Returns
Boolean
bool
True if the folder supports the specified folder query; otherwise false.
Remarks
Not all locations support all query options, for more detail refer to IsCommonFileQuerySupported.