ConfigXmlDocument.CreateTextNode(String) Metoda

Definicja

Utwórz węzeł tekstowy.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

text
String

Tekst do użycia.

Zwraca

Wartość wyliczenia XmlText.

Dotyczy

Zobacz też