StorageFolder.IsCommonFolderQuerySupported(CommonFolderQuery) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si le dossier actif prend en charge le CommonFolderQuery spécifié.
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
Paramètres
- query
- CommonFolderQuery
Valeur à tester.
Retours
Boolean
bool
True si le dossier prend en charge le CommonFolderQuery spécifié ; sinon, false.