ChildElementInfoAttribute Constructor (Type)
Initialize a new instance of ChildElementTypeAttribute.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
elementType As Type _
)
'Usage
Dim elementType As Type
Dim instance As New ChildElementInfoAttribute(elementType)
public ChildElementInfoAttribute(
Type elementType
)
Parameters
- elementType
Type: System.Type
Specifies the type of the possible child element.
See Also
Reference
ChildElementInfoAttribute Class
ChildElementInfoAttribute Members