OpenXmlElement.ExtendedAttributes Property

Gets all extended attributes (attributes not defined in schema) of the element.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public ReadOnly Property ExtendedAttributes As IEnumerable(Of OpenXmlAttribute)
    Get
'Usage
Dim instance As OpenXmlElement
Dim value As IEnumerable(Of OpenXmlAttribute)

value = instance.ExtendedAttributes
public IEnumerable<OpenXmlAttribute> ExtendedAttributes { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<OpenXmlAttribute>
Returns IList<T>.

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

DocumentFormat.OpenXml Namespace