ConfigXmlDocument.CreateTextNode(String) Método

Definição

Crie um nó de texto.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente 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 ser usado.

Retornos

O valor XmlText.

Aplica-se a

Confira também