Compartilhar via


SchemaLibrary Constructor (OpenXmlElement[])

Initializes a new instance of the SchemaLibrary class with the specified child elements.

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

Syntax

'Declaration
Public Sub New ( _
    ParamArray childElements As OpenXmlElement() _
)
'Usage
Dim childElements As OpenXmlElement()

Dim instance As New SchemaLibrary(childElements)
public SchemaLibrary(
    params OpenXmlElement[] childElements
)

Parameters

See Also

Reference

SchemaLibrary Class

SchemaLibrary Members

SchemaLibrary Overload

DocumentFormat.OpenXml.CustomXmlSchemaReferences Namespace