StorageFolder.IsCommonFolderQuerySupported(CommonFolderQuery) Method

Definition

Indicates whether the current folder supports the specified CommonFolderQuery.

public:
 virtual bool IsCommonFolderQuerySupported(CommonFolderQuery query) = IsCommonFolderQuerySupported;
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 value to test.

Returns

Boolean

bool

True if the folder supports the specified CommonFolderQuery; otherwise, false.

Implements

Applies to