XmlSignificantWhitespace(String, XmlDocument) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy XmlSignificantWhitespace.

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

Parametry

strData
String

Białe znaki węzła.

doc
XmlDocument

Obiekt XmlDocument.

Uwagi

Ten konstruktor jest wywoływany przez konstruktory klasy pochodnej, aby zainicjować stan w tym typie.

Dotyczy