XmlNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class XmlNode
type XmlNode = class
- Inheritance
-
XmlNode
Constructors
XmlNode(String) |
Properties
Attributes | |
ChildNodes | |
EscapedTextContent | |
FirstChild | |
Name | |
TextContent |
Methods
AddAttribute(String, String) | |
AddElement(String) | |
CreateTopLevelElement(String) | |
FindDescendant(String) | |
FindDescendants(String) | |
WriteTo(XmlWriter) |