XmlDeclaration.WriteContentTo(XmlWriter) Metoda

Definicja

Zapisuje elementy podrzędne węzła w określonym XmlWriterobiekcie . Ponieważ XmlDeclaration węzły nie mają elementów podrzędnych, ta metoda nie ma wpływu.

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

Parametry

w
XmlWriter

Element XmlWriter , do którego chcesz zapisać.

Dotyczy