Share via


XmlDocumentType.PreviousSibling Property

Definition

Overloads

PreviousSibling

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

PreviousSibling

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 = xmlDocumentType.previousSibling;
Public ReadOnly Property PreviousSibling As IXmlNode

Property Value

The left sibling of this node.

Implements

Applies to