StorageFolder.IsCommonFolderQuerySupported(CommonFolderQuery) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出目前資料夾是否支援指定的 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
參數
- query
- CommonFolderQuery
要測試的值。
傳回
Boolean
bool
如果資料夾支援指定的 CommonFolderQuery,則為 True;否則為 false。