XmlAttribute.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.
This property is not applicable to this class and will always return null.
public:
property IXmlNode ^ NextSibling { IXmlNode ^ get(); };
IXmlNode NextSibling();
public IXmlNode NextSibling { get; }
var iXmlNode = xmlAttribute.nextSibling;
Public ReadOnly Property NextSibling As IXmlNode
Property Value
NULL
Implements
Remarks
Attribute objects inherit the Node interface, but are not actually child nodes of the element they describe and are not considered part of the document tree. Therefore this property will always return null.