XmlAttribute.PreviousSibling Property

Definition

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.

Implements

Applies to