System::Xml::XmlDocument::CreateComment 方法

XmlDocument::CreateComment method

创建一个包含指定数据的 XmlComment

virtual SharedPtr<XmlComment> System::Xml::XmlDocument::CreateComment(const String &data)
参数类型描述
dataconst String&XmlComment 的内容。

ReturnValue

新的 XmlComment

另见