XMLNode.ChildNodes Property

Definition

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

Property Value

Applies to