XmlAttribute.NextSibling Property

Definition

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.

Applies to