Share via


EndPointInfo コンストラクター

定義

オーバーロード

EndPointInfo()

EndPointInfo クラスの新しいインスタンスを初期化します。

EndPointInfo(OpenXmlElement[])

指定した子要素を使用して EndPointInfo クラスの新しいインスタンスを初期化します。

EndPointInfo(IEnumerable<OpenXmlElement>)

指定した子要素を使用して EndPointInfo クラスの新しいインスタンスを初期化します。

EndPointInfo(String)

外部 XML から EndPointInfo クラスの新しいインスタンスを初期化します。

EndPointInfo()

EndPointInfo クラスの新しいインスタンスを初期化します。

public EndPointInfo ();
Public Sub New ()

適用対象

EndPointInfo(OpenXmlElement[])

指定した子要素を使用して EndPointInfo クラスの新しいインスタンスを初期化します。

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())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

EndPointInfo(IEnumerable<OpenXmlElement>)

指定した子要素を使用して EndPointInfo クラスの新しいインスタンスを初期化します。

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))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

EndPointInfo(String)

外部 XML から EndPointInfo クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象