XMLNode.LastChild 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 DiagramNode object that represents the last child node of a parent node.
public:
property Microsoft::Office::Interop::Word::XMLNode ^ LastChild { Microsoft::Office::Interop::Word::XMLNode ^ get(); };
public Microsoft.Office.Interop.Word.XMLNode LastChild { get; }
member this.LastChild : Microsoft.Office.Interop.Word.XMLNode
Public ReadOnly Property LastChild As XMLNode
Property Value
Remarks
Use the FirstChild property to access the first child node in a diagram. Use the Root property to access the parent node in a diagram.