System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
System.Xml.XmlCharacterData
This node represents a comment in the document surrounded by <!-- and -->.
Represents the content of an XML comment.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
Do not instantiate a directly; instead, use methods such as .
Initializes a new instance of the class.
The content of the comment element.
The parent XML document.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.XmlNode
CloneNode serves as a copy constructor for nodes. To see how this method behaves with other node types, see the method in the XmlNode class.
The cloned node has no parent ( returns null).
Creates a duplicate of this node.
The cloned node.
true to recursively clone the subtree under the specified node; false to clone only the node itself. Because comment nodes do not have children, the cloned node always includes the text content, regardless of the parameter setting.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added.
To be added.
Gets the local name of the node.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added.
To be added.
Gets the qualified name of the node.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.XmlNodeType
To be added.
To be added.
Gets the type of the current node.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
This method is a Microsoft extension to the Document Object Model (DOM).
Saves all the children of the node to the specified . Because comment nodes do not have children, this method has no effect.
The XmlWriter to which you want to save.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
This method is a Microsoft extension to the Document Object Model (DOM).
Saves the node to the specified .
The XmlWriter to which you want to save.