Share via


Artist Constructors

Definition

Overloads

Artist()

Initializes a new instance of the Artist class.

Artist(OpenXmlElement[])

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

Artist(IEnumerable<OpenXmlElement>)

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

Artist(String)

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

Artist()

Initializes a new instance of the Artist class.

public Artist ();
Public Sub New ()

Applies to

Artist(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Artist(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Artist(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to