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

XmlProcessingInstruction::WriteContentTo method

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

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

参照