OpenXmlReader.Attributes Property
Gets the list of attributes of the current element
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public MustOverride ReadOnly Property Attributes As ReadOnlyCollection(Of OpenXmlAttribute)
Get
'Uso
Dim instance As OpenXmlReader
Dim value As ReadOnlyCollection(Of OpenXmlAttribute)
value = instance.Attributes
public abstract ReadOnlyCollection<OpenXmlAttribute> Attributes { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<OpenXmlAttribute>
Returns ReadOnlyCollection<T>.