XdmWriter.WriteStartElement MethodXdmWriter.WriteStartElement MethodXdmWriter::WriteStartElement Method
Writes the specified start tag.
Overload List
Name | Description | |
---|---|---|
![]() | WriteStartElement (string, string, string)WriteStartElement (String, String, String)WriteStartElement (String^, String^, String^) | Writes the specified start tag and associates it with the given namespace and prefix. (Overrides XmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElement) |
![]() | XmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElement | When overridden in a derived class, writes out a start tag with the specified local name. (Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
![]() | XmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElement | When overridden in a derived class, writes the specified start tag and associates it with the given namespace. (Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |