OpenXmlElement.ExtendedAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.