XmlSerializationReader.Document 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 序列化基礎結構內部使用的衍生類別使用。