SchemaLibrary Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SchemaLibrary() |
Initializes a new instance of the SchemaLibrary class. |
SchemaLibrary(OpenXmlElement[]) |
Initializes a new instance of the SchemaLibrary class with the specified child elements. |
SchemaLibrary(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the SchemaLibrary class with the specified child elements. |
SchemaLibrary(String) |
Initializes a new instance of the SchemaLibrary class from outer XML. |
SchemaLibrary()
Initializes a new instance of the SchemaLibrary class.
public SchemaLibrary ();
Public Sub New ()
Applies to
SchemaLibrary(OpenXmlElement[])
Initializes a new instance of the SchemaLibrary class with the specified child elements.
public SchemaLibrary (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
SchemaLibrary(IEnumerable<OpenXmlElement>)
Initializes a new instance of the SchemaLibrary class with the specified child elements.
public SchemaLibrary (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
SchemaLibrary(String)
Initializes a new instance of the SchemaLibrary class from outer XML.
public SchemaLibrary (string outerXml);
new DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary : string -> DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.