CustomXMLNode.Attributes Property
Gets a CustomXMLNode collection representing the attributes of the current element in the current node. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Attributes As CustomXMLNodes
Get
'Usage
Dim instance As CustomXMLNode
Dim value As CustomXMLNodes
value = instance.Attributes
CustomXMLNodes Attributes { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLNodes
CustomXMLNodes