共用方式為


Sources Constructors

Definition

Overloads

Sources()

Initializes a new instance of the Sources class.

Sources(OpenXmlElement[])

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

Sources(IEnumerable<OpenXmlElement>)

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

Sources(String)

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

Sources()

Initializes a new instance of the Sources class.

public Sources ();
Public Sub New ()

Applies to

Sources(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Sources(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Sources(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to