XmlDocument.PreviousSibling Property

Definition

Gets the previous sibling of the node in the parent's child list. This property is not applicable to this class.

public:
 property IXmlNode ^ PreviousSibling { IXmlNode ^ get(); };
IXmlNode PreviousSibling();
public IXmlNode PreviousSibling { get; }
var iXmlNode = xmlDocument.previousSibling;
Public ReadOnly Property PreviousSibling As IXmlNode

Property Value

The left sibling of this node.

Implements

Applies to