CustomXMLNode.NextSibling Property

Definition

Gets the next sibling node (element, comment, or processing instruction) of the current node. If the node is the last sibling at its level, the property returns Nothing. Read-only.

public:
 property Microsoft::Office::Core::CustomXMLNode ^ NextSibling { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode NextSibling { get; }
member this.NextSibling : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property NextSibling As CustomXMLNode

Property Value

CustomXMLNode

Applies to