Gets the collection of XmlEntity nodes declared in the document type declaration.
[Visual Basic] Public ReadOnly Property Entities As XmlNamedNodeMap [C#] public XmlNamedNodeMap Entities {get;} [C++] public: __property XmlNamedNodeMap* get_Entities(); [JScript] public function get Entities() : XmlNamedNodeMap;
A XmlNamedNodeMap containing the XmlEntity nodes. The returned XmlNamedNodeMap is read only.
XmlDocumentType Class | XmlDocumentType Members | System.NewXml Namespace