StorageFolder.IsCommonFileQuerySupported(CommonFileQuery) Method

Definition

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.

Implements

Applies to