OpenXmlElement.ExtendedAttributes Property

Definition

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

public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlAttribute> ExtendedAttributes { get; }
member this.ExtendedAttributes : seq<DocumentFormat.OpenXml.OpenXmlAttribute>
Public ReadOnly Property ExtendedAttributes As IEnumerable(Of OpenXmlAttribute)

Property Value

Returns IList<T>.

Applies to