共用方式為


XmlWhitespace(String, XmlDocument) 建構函式

定義

初始化 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)

參數

strData
String

節點的空白字元。

doc
XmlDocument

XmlDocument 物件。

備註

這個建構函式是由衍生類別建構函式呼叫,以初始化此類型中的狀態。

適用於