ConfigXmlDocument.CreateTextNode(String) Metodo

Definizione

Crea un nodo di testo.

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

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

Parametri

text
String

Testo da utilizzare.

Restituisce

Valore XmlText.

Si applica a

Vedi anche