XMLNode.ParentNode 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 parent element of the specified element.
public:
property Microsoft::Office::Interop::Word::XMLNode ^ ParentNode { Microsoft::Office::Interop::Word::XMLNode ^ get(); };
public Microsoft.Office.Interop.Word.XMLNode ParentNode { get; }
member this.ParentNode : Microsoft.Office.Interop.Word.XMLNode
Public ReadOnly Property ParentNode As XMLNode