XmlElement::NextSibling Property

 

Gets the XmlNode immediately following this element.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlNode^ NextSibling {
	virtual XmlNode^ get() override;
}

Property Value

Type: System.Xml::XmlNode^

The XmlNode immediately following this element.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show: