XmlDocumentType.Notations 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.
Returns a list of the DtdNotation members that are present in the document type declaration.
public:
property XmlNamedNodeMap ^ Notations { XmlNamedNodeMap ^ get(); };
XmlNamedNodeMap Notations();
public XmlNamedNodeMap Notations { get; }
var xmlNamedNodeMap = xmlDocumentType.notations;
Public ReadOnly Property Notations As XmlNamedNodeMap
Property Value
A list of DtdNotation members that are present in the document type declaration.