System::Xml::XmlDocument::CreateComment método

XmlDocument::CreateComment method

Crea un XmlComment que contiene los datos especificados.

virtual SharedPtr<XmlComment> System::Xml::XmlDocument::CreateComment(const String &data)
ParámetroTipoDescripción
dataconst String&El contenido del nuevo XmlComment.

ReturnValue

El nuevo XmlComment.

Ver también