Conductor 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
Conductor() |
Initializes a new instance of the Conductor class. |
Conductor(OpenXmlElement[]) |
Initializes a new instance of the Conductor class with the specified child elements. |
Conductor(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Conductor class with the specified child elements. |
Conductor(String) |
Initializes a new instance of the Conductor class from outer XML. |
Conductor()
Initializes a new instance of the Conductor class.
public Conductor ();
Public Sub New ()
Applies to
Conductor(OpenXmlElement[])
Initializes a new instance of the Conductor class with the specified child elements.
public Conductor (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Bibliography.Conductor : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Bibliography.Conductor
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Conductor(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Conductor class with the specified child elements.
public Conductor (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Bibliography.Conductor : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Bibliography.Conductor
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Conductor(String)
Initializes a new instance of the Conductor class from outer XML.
public Conductor (string outerXml);
new DocumentFormat.OpenXml.Bibliography.Conductor : string -> DocumentFormat.OpenXml.Bibliography.Conductor
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.