XmlnsDictionary.PopScope 方法
定义
弹出 XmlnsDictionary 的范围。Pops the scope of the XmlnsDictionary.
public:
void PopScope();
public void PopScope ();
member this.PopScope : unit -> unit
Public Sub PopScope ()
异常
XmlnsDictionary 被密封。The XmlnsDictionary is sealed.
注解
仅当要实现也在元素范围级别工作的 ParserContext 时,才使用此方法。Use this method only if you are implementing a ParserContext that also works at an element scope level.