EnumerationOptions.MaxRecursionDepth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示枚举时要递归的最大目录深度(当 RecurseSubdirectories 设置为 true
时)。
public:
property int MaxRecursionDepth { int get(); void set(int value); };
public int MaxRecursionDepth { get; set; }
member this.MaxRecursionDepth : int with get, set
Public Property MaxRecursionDepth As Integer
属性值
一个数字,表示枚举时要递归的最大目录深度。 默认值为 Int32.MaxValue。
注解
如果 MaxRecursionDepth 设置为负数,则使用默认值 MaxValue 。 如果 MaxRecursionDepth 设置为零,则枚举返回初始目录的内容。