Share via


TraceView Constructors

Definition

Overloads

TraceView()

Initializes a new instance of the TraceView class.

TraceView(OpenXmlElement[])

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

TraceView(IEnumerable<OpenXmlElement>)

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

TraceView(String)

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

TraceView()

Initializes a new instance of the TraceView class.

public TraceView ();
Public Sub New ()

Applies to

TraceView(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TraceView(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TraceView(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to