XmlComment Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Attributes | Gets an XmlAttributeCollection containing the attributes of this node. (inherited from XmlNode) |
| BaseURI | Gets the base URI of the current node. (inherited from XmlNode) |
| ChildNodes | Gets all the child nodes of the node. (inherited from XmlNode) |
| Data | Contains the data of the node. (inherited from XmlCharacterData) |
| FirstChild | Gets the first child of the node. (inherited from XmlNode) |
| HasChildNodes | Gets a value indicating whether this node has any child nodes. (inherited from XmlNode) |
| InnerText | Gets or sets the concatenated values of the node and all the children of the node. (inherited from XmlCharacterData) |
| InnerXml | Gets or sets the markup representing only the child nodes of this node. (inherited from XmlNode) |
| IsReadOnly | Gets a value indicating whether the node is read-only. (inherited from XmlNode) |
| Item | Overloaded. Gets the specified child element. (inherited from XmlNode) |
| LastChild | Gets the last child of the node. (inherited from XmlNode) |
| Length | Gets the length of the data, in characters. (inherited from XmlCharacterData) |
| LocalName | Overridden. Gets the local name of the node. |
| Name | Overridden. Gets the qualified name of the node. |
| NamespaceURI | Gets the namespace URI of this node. (inherited from XmlNode) |
| NextSibling | Gets the node immediately following this node. (inherited from XmlLinkedNode) |
| NodeType | Overridden. Gets the type of the current node. |
| OuterXml | Gets the markup representing this node and all its child nodes. (inherited from XmlNode) |
| OwnerDocument | Gets the XmlDocument to which this node belongs. (inherited from XmlNode) |
| ParentNode | Gets the parent of this node (for nodes that can have parents). (inherited from XmlNode) |
| Prefix | Gets or sets the namespace prefix of this node. (inherited from XmlNode) |
| PreviousSibling | Gets the node immediately preceding this node. (inherited from XmlLinkedNode) |
| SchemaInfo | Gets the post schema validation infoset that has been assigned to this node as a result of schema validation. (inherited from XmlNode) |
| Value | Gets or sets the value of the node. (inherited from XmlCharacterData) |
Reference
XmlComment ClassSystem.Xml Namespace
CreateComment