TraceGroup Constructors

Definition

Overloads

TraceGroup()

Initializes a new instance of the TraceGroup class.

TraceGroup(OpenXmlElement[])

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

TraceGroup(IEnumerable<OpenXmlElement>)

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

TraceGroup(String)

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

TraceGroup()

Initializes a new instance of the TraceGroup class.

public TraceGroup ();
Public Sub New ()

Applies to

TraceGroup(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TraceGroup(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TraceGroup(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to