ChildElementInfoAttribute Class

Defines the attribute which is used to decorate a class for type of the possible child elements.

Inheritance Hierarchy

System.Object
  System.Attribute
    DocumentFormat.OpenXml.ChildElementInfoAttribute

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := True, AllowMultiple := True)> _
Public NotInheritable Class ChildElementInfoAttribute _
    Inherits Attribute
'Usage
Dim instance As ChildElementInfoAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public sealed class ChildElementInfoAttribute : Attribute

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

ChildElementInfoAttribute Members

DocumentFormat.OpenXml Namespace