XmlAttribute.WriteTo(XmlWriter) Metoda

Definicja

Zapisuje węzeł w określonym XmlWriterobiekcie .

public:
 override void WriteTo(System::Xml::XmlWriter ^ w);
public override void WriteTo (System.Xml.XmlWriter w);
override this.WriteTo : System.Xml.XmlWriter -> unit
Public Overrides Sub WriteTo (w As XmlWriter)

Parametry

w
XmlWriter

Element XmlWriter , do którego chcesz zapisać.

Uwagi

Ta metoda jest rozszerzeniem Microsoft do modelu DOM (Document Object Model). Jest ona funkcjonalnie równoważna XmlNode.OuterXml właściwości.

Dotyczy