Freigeben über


OpenXmlElement.ExtendedAttributes-Eigenschaft

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; }

Eigenschaftswert

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

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

DocumentFormat.OpenXml-Namespace