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 对象。
注解
派生类构造函数调用此构造函数以初始化此类型中的状态。