XmlAttribute.Attributes Property

Definition

This method is not applicable to this class and will throw an exception.

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

Property Value

The attributes for this node.

Implements

Applies to