FileSearch.SearchSubFolders Propriété
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.
Détermine si la recherche inclut tous les sous-dossiers du dossier spécifié par la LookIn propriété .
public:
property bool SearchSubFolders { bool get(); void set(bool value); };
public bool SearchSubFolders { get; set; }
member this.SearchSubFolders : bool with get, set
Public Property SearchSubFolders As Boolean
Valeur de propriété
Remarques
Cette propriété renvoie true si la recherche inclut tous les sous-dossiers du dossier spécifié par la LookIn propriété ; False si ce n’est pas le cas.