Share via


SingleDataSourceRecord Constructors

Definition

Overloads

SingleDataSourceRecord()

Initializes a new instance of the SingleDataSourceRecord class.

SingleDataSourceRecord(OpenXmlElement[])

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

SingleDataSourceRecord(IEnumerable<OpenXmlElement>)

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

SingleDataSourceRecord(String)

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

SingleDataSourceRecord()

Initializes a new instance of the SingleDataSourceRecord class.

public SingleDataSourceRecord ();
Public Sub New ()

Applies to

SingleDataSourceRecord(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SingleDataSourceRecord(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SingleDataSourceRecord(String)

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

public SingleDataSourceRecord (string outerXml);
new DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord : string -> DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to