Metodo System::Xml::XmlDocument::CreateComment

XmlDocument::CreateComment method

Crea un XmlComment contenente i dati specificati.

virtual SharedPtr<XmlComment> System::Xml::XmlDocument::CreateComment(const String &data)
ParametroTipoDescrizione
dataconst String&Il contenuto del nuovo XmlComment.

ReturnValue

Il nuovo XmlComment.

Vedi anche