ConfigXmlDocument.CreateTextNode(String) Método

Definição

Crie um nó de texto.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

public:
 override System::Xml::XmlText ^ CreateTextNode(System::String ^ text);
public override System.Xml.XmlText CreateTextNode(string text);
override this.CreateTextNode : string -> System.Xml.XmlText
Public Overrides Function CreateTextNode (text As String) As XmlText

Parâmetros

text
String

O texto a usar.

Devoluções

O valor XmlText.

Aplica-se a

Ver também