Partager via


XMLNode.NextSibling Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property NextSibling As XMLNode
    Get
'Usage
Dim instance As XMLNode
Dim value As XMLNode

value = instance.NextSibling
XMLNode NextSibling { get; }

Property Value

Type: Microsoft.Office.Interop.Word.XMLNode

Remarks

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

See Also

Reference

XMLNode Interface

XMLNode Members

Microsoft.Office.Interop.Word Namespace