XMLNode.PreviousSibling Property

Definition

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

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

Property Value

Remarks

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

Applies to