System::Xml::XmlDeclaration::WriteContentTo メソッド

XmlDeclaration::WriteContentTo method

指定された XmlWriter にノードの子要素を保存します。XmlDeclaration ノードは子要素を持たないため、このメソッドは効果がありません。

void System::Xml::XmlDeclaration::WriteContentTo(const SharedPtr<XmlWriter> &w) override
パラメーター説明
wconst SharedPtr<XmlWriter>&保存先の XmlWriter

参照