Counsel Constructors

Definition

Overloads

Counsel()

Initializes a new instance of the Counsel class.

Counsel(OpenXmlElement[])

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

Counsel(IEnumerable<OpenXmlElement>)

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

Counsel(String)

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

Counsel()

Initializes a new instance of the Counsel class.

public Counsel ();
Public Sub New ()

Applies to

Counsel(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Counsel(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Counsel(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to