XmlSignificantWhitespace(String, XmlDocument) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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)
参数
- strData
- String
节点中的空白字符。
- doc
- XmlDocument
XmlDocument 对象。
注解
派生的类构造函数调用此构造函数以初始化此类型中的状态。