XmlDocumentType.Entities 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 list of the entities declared in the <!DOCTYPE> declaration.
public:
property XmlNamedNodeMap ^ Entities { XmlNamedNodeMap ^ get(); };
XmlNamedNodeMap Entities();
public XmlNamedNodeMap Entities { get; }
var xmlNamedNodeMap = xmlDocumentType.entities;
Public ReadOnly Property Entities As XmlNamedNodeMap
Property Value
A list of the general entities, both external and internal, that are present in this document.