Compartilhar via


DataNode.Attributes Property

Gets the current set of attributes for the DataNode.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As XmlAttributeCollection
    Get
'Usage
Dim instance As DataNode
Dim value As XmlAttributeCollection

value = instance.Attributes
public XmlAttributeCollection Attributes { get; }

Property Value

Type: System.Xml.XmlAttributeCollection
A XmlAttributeCollection object that contains the attributes.

See Also

Reference

DataNode Class

DataNode Members

Microsoft.Web.CommandUI Namespace