XmlSerializationReader.ReadEndElement 方法

定义

使 XmlReader 读取 XML 结束标记。Makes the XmlReader read an XML end tag.

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 void ReadEndElement();
protected void ReadEndElement ();
member this.ReadEndElement : unit -> unit
Protected Sub ReadEndElement ()

注解

的受保护成员 XmlSerializationReader 仅供在 .NET FRAMEWORK XML 序列化基础结构内部使用的派生类使用。The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

适用于