EnumerationOptions.MaxRecursionDepth 属性

定义

获取或设置一个值,该值指示枚举时要递归的最大目录深度(当 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 设置为零,则枚举返回初始目录的内容。

适用于