ExternalXmlElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an external XML element.
public ref class ExternalXmlElement : System::Xml::Serialization::IXmlSerializable
public class ExternalXmlElement : System.Xml.Serialization.IXmlSerializable
type ExternalXmlElement = class
interface IXmlSerializable
Public Class ExternalXmlElement
Implements IXmlSerializable
- Inheritance
-
ExternalXmlElement
- Implements
Constructors
ExternalXmlElement() |
Initializes a new instance of the ExternalXmlElement class. |
ExternalXmlElement(XmlElement) |
Initializes a new instance of the ExternalXmlElement class using the specified external XML element. |
Properties
XmlElement |
Gets or sets the XML element. |
Explicit Interface Implementations
IXmlSerializable.GetSchema() |
Returns an XML schema for the external XML element. |
IXmlSerializable.ReadXml(XmlReader) |
Reads an XML with the specified reader. |
IXmlSerializable.WriteXml(XmlWriter) |
Writes an XML stream with the specified writer. |