XMLNode.NextSibling Property

Definition

Returns a XMLNode object that represents the next element in the document that is at the same level as the specified element.

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

Property Value

Remarks

If the specified element is the last element in the XMLNodes collection, this property returns Nothing.

Applies to