Udostępnij za pośrednictwem


XmlText(String, XmlDocument) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy XmlText.

protected public:
 XmlText(System::String ^ strData, System::Xml::XmlDocument ^ doc);
protected internal XmlText (string strData, System.Xml.XmlDocument doc);
protected internal XmlText (string? strData, System.Xml.XmlDocument doc);
new System.Xml.XmlText : string * System.Xml.XmlDocument -> System.Xml.XmlText
Protected Friend Sub New (strData As String, doc As XmlDocument)

Parametry

strData
String

Zawartość węzła; Value zobacz właściwość .

doc
XmlDocument

Nadrzędny dokument XML.

Uwagi

Nie twórz wystąpienia XmlText bezpośrednio; zamiast tego należy użyć metod takich jak CreateTextNode.

Dotyczy