CustomXMLNode.PreviousSibling Property

Definition

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.

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

Property Value

CustomXMLNode

Applies to