XmlWhitespace(String, XmlDocument) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy XmlWhitespace.

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

Parametry

strData
String

Znaki odstępu węzła.

doc
XmlDocument

Obiekt XmlDocument.

Uwagi

Ten konstruktor jest wywoływany przez konstruktory klasy pochodnej w celu zainicjowania stanu w tym typie.

Dotyczy