ConfigXmlDocument.CreateComment(String) Metodo

Definizione

Crea un commento XML.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

data
String

Dati del commento.

Restituisce

Valore XmlComment.

Si applica a

Vedi anche