FolderInformation.IsCommonFileQuerySupported(CommonFileQuery) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取值,指出目前資料夾是否支援指定的一般檔案查詢。
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
如果資料夾支援指定的一般檔案查詢,則為 True;否則為 false。