XmlSerializationReader.Document 属性

定义

获取要反序列化 XML 文档的 XML 文档对象。

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

protected:
 property System::Xml::XmlDocument ^ Document { System::Xml::XmlDocument ^ get(); };
protected System.Xml.XmlDocument Document { get; }
member this.Document : System.Xml.XmlDocument
Protected ReadOnly Property Document As XmlDocument

属性值

一个 XmlDocument 表示反 XmlDocument 序列化数据。

注解

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

适用于