次の方法で共有


EndConditionList コンストラクター

定義

オーバーロード

EndConditionList()

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

EndConditionList(OpenXmlElement[])

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

EndConditionList(IEnumerable<OpenXmlElement>)

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

EndConditionList(String)

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

EndConditionList()

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

public EndConditionList ();
Public Sub New ()

適用対象

EndConditionList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

EndConditionList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

EndConditionList(String)

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

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

パラメーター

outerXml
String

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

適用対象