XmlComment(String, XmlDocument) 构造函数

定义

初始化 XmlComment 类的新实例。

protected public:
 XmlComment(System::String ^ comment, System::Xml::XmlDocument ^ doc);
protected internal XmlComment (string comment, System.Xml.XmlDocument doc);
protected internal XmlComment (string? comment, System.Xml.XmlDocument doc);
new System.Xml.XmlComment : string * System.Xml.XmlDocument -> System.Xml.XmlComment
Protected Friend Sub New (comment As String, doc As XmlDocument)

参数

comment
String

注释元素的内容。

doc
XmlDocument

父 XML 文档。

注解

不要直接实例化 ; XmlComment 而是使用 等 CreateNode方法。

适用于