StorageFolder.IsCommonFileQuerySupported(CommonFileQuery) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示当前文件夹是否支持指定的 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。