XmlWhitespace(String, XmlDocument) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 物件。
備註
這個建構函式是由衍生類別建構函式呼叫,以初始化此類型中的狀態。