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 序列化基础结构内部使用的派生类使用。

适用于