CustomXMLNode.ChildNodes Property

Definition

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

Property Value

CustomXMLNodes

Applies to