OpenXmlAttribute Structure

OpenXmlAttribute - xml attribute

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

Syntax

'Declaration
Public Structure OpenXmlAttribute _
    Implements IEquatable(Of OpenXmlAttribute)
'Usage
Dim instance As OpenXmlAttribute
public struct OpenXmlAttribute : IEquatable<OpenXmlAttribute>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OpenXmlAttribute Members

DocumentFormat.OpenXml Namespace