ConfigXmlDocument.CreateComment(String) Método

Definición

Crea un comentario XML.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 override System::Xml::XmlComment ^ CreateComment(System::String ^ data);
public:
 override System::Xml::XmlComment ^ CreateComment(System::String ^ comment);
public override System.Xml.XmlComment CreateComment (string data);
public override System.Xml.XmlComment CreateComment (string comment);
override this.CreateComment : string -> System.Xml.XmlComment
override this.CreateComment : string -> System.Xml.XmlComment
Public Overrides Function CreateComment (data As String) As XmlComment
Public Overrides Function CreateComment (comment As String) As XmlComment

Parámetros

datacomment
String

Datos del comentario.

Devoluciones

XmlComment

Valor de XmlComment.

Se aplica a

Consulte también