XmlDictionaryReaderQuotas.MaxDepth 属性

定义

获取或设置最大嵌套节点深度。

public:
 property int MaxDepth { int get(); void set(int value); };
public int MaxDepth { get; set; }
member this.MaxDepth : int with get, set
Public Property MaxDepth As Integer

属性值

Int32

最大嵌套节点深度。 默认值为 32。

例外

尝试 set 值,而此实例的配额值是只读的。

尝试将值 set 为小于零。

注解

此配额设置 XML 的嵌套节点深度限制。

适用于