XmlText.PreviousSibling Property

Definition

Gets the previous sibling of the node in the parent's child list.

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

Property Value

The left sibling of this node.

Implements

Applies to