FileSearch.SearchSubFolders 属性

定义

确定搜索是否包括 属性 LookIn 指定的文件夹中的所有子文件夹。

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

属性值

注解

如果搜索包含属性LookIn指定的文件夹中的所有子文件夹,则此属性返回 True;如果不是,则为 False

适用于