Share via


StorageFolder.IsCommonFileQuerySupported(CommonFileQuery) 方法

定义

指示当前文件夹是否支持指定的 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

参数

query
CommonFileQuery

要测试的值。

返回

Boolean

bool

如此 如果文件夹支持指定的 CommonFileQuery;否则为 false。

实现

适用于