共用方式為


EndPointInfo Constructors

Definition

Overloads

EndPointInfo()

Initializes a new instance of the EndPointInfo class.

EndPointInfo(OpenXmlElement[])

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

EndPointInfo(IEnumerable<OpenXmlElement>)

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

EndPointInfo(String)

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

EndPointInfo()

Initializes a new instance of the EndPointInfo class.

public EndPointInfo ();
Public Sub New ()

Applies to

EndPointInfo(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

EndPointInfo(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

EndPointInfo(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to