XmlComment.NextSibling 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 next sibling of the node in the parent's child list.
public:
property IXmlNode ^ NextSibling { IXmlNode ^ get(); };
IXmlNode NextSibling();
public IXmlNode NextSibling { get; }
var iXmlNode = xmlComment.nextSibling;
Public ReadOnly Property NextSibling As IXmlNode
Property Value
The right sibling of this node.