ChildElementInfoAttribute-Klasse
Defines the attribute which is used to decorate a class for type of the possible child elements.
Vererbungshierarchie
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
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.