XmlSerializationReader.ReadXmlDocument(Boolean) 方法

定义

指示 XmlReader 在其当前位置读取 XML 文档的根元素。

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

protected:
 System::Xml::XmlDocument ^ ReadXmlDocument(bool wrapped);
protected System.Xml.XmlDocument? ReadXmlDocument (bool wrapped);
protected System.Xml.XmlDocument ReadXmlDocument (bool wrapped);
member this.ReadXmlDocument : bool -> System.Xml.XmlDocument
Protected Function ReadXmlDocument (wrapped As Boolean) As XmlDocument

参数

wrapped
Boolean

如果该方法只在读取元素的开始元素之后读取内容,则为 true;否则为 false

返回

XmlDocument

XmlDocument,包含已读取的根元素。

注解

受保护的成员XmlSerializationReader仅供派生类使用,这些类在.NET Framework XML 序列化基础结构内部使用。

适用于