StorageFolder.IsCommonFileQuerySupported(CommonFileQuery) 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 CommonFileQuery spécifié.
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
Paramètres
- query
- CommonFileQuery
Valeur à tester.
Retours
Boolean
bool
True si le dossier prend en charge le CommonFileQuery spécifié ; sinon, false.