SchemaReferences Constructors

Definition

Overloads

SchemaReferences()

Initializes a new instance of the SchemaReferences class.

SchemaReferences(OpenXmlElement[])

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

SchemaReferences(IEnumerable<OpenXmlElement>)

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

SchemaReferences(String)

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

SchemaReferences()

Initializes a new instance of the SchemaReferences class.

public SchemaReferences ();
Public Sub New ()

Applies to

SchemaReferences(OpenXmlElement[])

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

public SchemaReferences (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SchemaReferences(IEnumerable<OpenXmlElement>)

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

public SchemaReferences (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SchemaReferences(String)

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

public SchemaReferences (string outerXml);
new DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences : string -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to