Table of Contents

Property Attributes

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

Attributes

Gets a INamedNodeMap containing the attributes of this node (if it is an IElement) or null otherwise.

This implementation returns an System.Xml.XmlAttributeCollection containing the attributes of this node.

XmlAttributeCollection Attributes { get; }

Property Value

XmlAttributeCollection

An XmlAttributeCollection containing the attributes of the node. If the node is of type XmlNodeType.Element, the attributes of the node are returned. Otherwise, this property returns null.

See Also