XMLNode.Attributes Property
Returns a XMLNodes collection that represents the attributes for the specified element.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Attributes As XMLNodes
Get
'Usage
Dim instance As XMLNode
Dim value As XMLNodes
value = instance.Attributes
XMLNodes Attributes { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLNodes
Remarks
All XMLNode objects in the XMLNodes collection returned by using the Attributes property have a NodeType property value of wdXMLNodeAttribute.