XMLNode.ChildNodes 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 XMLNodes collection that represents the child elements of a specified element.
public:
property Microsoft::Office::Interop::Word::XMLNodes ^ ChildNodes { Microsoft::Office::Interop::Word::XMLNodes ^ get(); };
public Microsoft.Office.Interop.Word.XMLNodes ChildNodes { get; }
member this.ChildNodes : Microsoft.Office.Interop.Word.XMLNodes
Public ReadOnly Property ChildNodes As XMLNodes