XMLNode.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.
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.