StorageFolder.IsCommonFileQuerySupported(CommonFileQuery) 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.
Indicates whether the current folder supports the specified CommonFileQuery.
public:
virtual bool IsCommonFileQuerySupported(CommonFileQuery query) = IsCommonFileQuerySupported;
bool IsCommonFileQuerySupported(CommonFileQuery const& query);
public bool IsCommonFileQuerySupported(CommonFileQuery query);
function isCommonFileQuerySupported(query)
Public Function IsCommonFileQuerySupported (query As CommonFileQuery) As Boolean
Parameters
- query
- CommonFileQuery
The value to test.
Returns
Boolean
bool
True if the folder supports the specified CommonFileQuery; otherwise, false.