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