CustomXMLNode.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.
Gets a CustomXMLNodes collection containing all of the child elements of the current node. Read-only.
public:
property Microsoft::Office::Core::CustomXMLNodes ^ ChildNodes { Microsoft::Office::Core::CustomXMLNodes ^ get(); };
public Microsoft.Office.Core.CustomXMLNodes ChildNodes { get; }
member this.ChildNodes : Microsoft.Office.Core.CustomXMLNodes
Public ReadOnly Property ChildNodes As CustomXMLNodes