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