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
声明
Public ReadOnly Property ExtendedAttributes As IEnumerable(Of OpenXmlAttribute)
Get
用法
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>.