DtdNotation.Attributes Property

Definition

Gets the list of attributes of this node.

public:
 property XmlNamedNodeMap ^ Attributes { XmlNamedNodeMap ^ get(); };
XmlNamedNodeMap Attributes();
public XmlNamedNodeMap Attributes { get; }
var xmlNamedNodeMap = dtdNotation.attributes;
Public ReadOnly Property Attributes As XmlNamedNodeMap

Property Value

The attributes for this node.

Implements

Applies to