XmlAttribute.PreviousSibling Property
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.
This property is not applicable to this class and will throw an exception.
public:
property IXmlNode ^ PreviousSibling { IXmlNode ^ get(); };
IXmlNode PreviousSibling();
public IXmlNode PreviousSibling { get; }
var iXmlNode = xmlAttribute.previousSibling;
Public ReadOnly Property PreviousSibling As IXmlNode
Property Value
The left sibling of this node.