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 序列化基礎結構內部使用的衍生類別使用。

適用於