System::Xml::XmlProcessingInstruction::WriteContentTo 方法

XmlProcessingInstruction::WriteContentTo method

将节点的所有子节点保存到指定的 XmlWriter。由于 ProcessingInstruction 节点没有子节点,此方法无效。

void System::Xml::XmlProcessingInstruction::WriteContentTo(const SharedPtr<XmlWriter> &w) override
参数类型描述
wconst SharedPtr<XmlWriter>&要保存到的 XmlWriter

另见