DtdEntity.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.
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 = dtdEntity.previousSibling;
Public ReadOnly Property PreviousSibling As IXmlNode
Property Value
The left sibling of this node.