XmlDocumentType.Notations Property

Definition

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.

Applies to