Compartilhar via


SchemaLibrary Constructor (String)

Initializes a new instance of the SchemaLibrary class from outer XML.

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

Syntax

'Declaration
Public Sub New ( _
    outerXml As String _
)
'Usage
Dim outerXml As String

Dim instance As New SchemaLibrary(outerXml)
public SchemaLibrary(
    string outerXml
)

Parameters

  • outerXml
    Type: System.String
    Specifies the outer XML of the element.

See Also

Reference

SchemaLibrary Class

SchemaLibrary Members

SchemaLibrary Overload

DocumentFormat.OpenXml.CustomXmlSchemaReferences Namespace