The node immediately preceding this node.
[Visual Basic] Public ReadOnly Property Previous As XmlNode [C#] public XmlNode Previous {get;} [C++] public: __property XmlNode* get_Previous(); [JScript] public function get Previous() : XmlNode;
The property is null if this node has no parent or if this node is the first node in the parent's child list.
XmlNode Class | XmlNode Members | System.Xml Namespace | FirstChild | LastChild | Next | Parent