Udostępnij za pośrednictwem


CustomXMLNode.PreviousSibling Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property PreviousSibling As CustomXMLNode
    Get
'Usage
Dim instance As CustomXMLNode
Dim value As CustomXMLNode

value = instance.PreviousSibling
CustomXMLNode PreviousSibling { get; }

Property Value

Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNode

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace