XmlWhitespace(String, XmlDocument) Constructor

Definitie

Initialiseert een nieuw exemplaar van de XmlWhitespace klasse.

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)

Parameters

strData
String

De witruimtetekens van het knooppunt.

doc
XmlDocument

Het XmlDocument-object.

Opmerkingen

Deze constructor wordt aangeroepen door afgeleide klasseconstructors om de status in dit type te initialiseren.

Van toepassing op