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

XmlProcessingInstruction::WriteContentTo method

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

void System::Xml::XmlProcessingInstruction::WriteContentTo(const SharedPtr<XmlWriter> &w) override
ParameterType描述
wconst SharedPtr<XmlWriter>&您想要保存的 XmlWriter

另见