DataNode.Attributes - Propriété
Obtient le jeu d'attributs en cours pour le DataNode.
Espace de noms : Microsoft.Web.CommandUI
Assembly : Microsoft.Web.CommandUI (dans Microsoft.Web.CommandUI.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Attributes As XmlAttributeCollection
Get
'Utilisation
Dim instance As DataNode
Dim value As XmlAttributeCollection
value = instance.Attributes
public XmlAttributeCollection Attributes { get; }
Valeur de propriété
Type : System.Xml.XmlAttributeCollection
Un objet XmlAttributeCollection qui contient les attributs.