次の方法で共有


AlternateContentChoice コンストラクター

定義

オーバーロード

AlternateContentChoice()

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

AlternateContentChoice(OpenXmlElement[])

指定された OpenXmlElement 要素を使用して、AlternateContentChoice クラスの新しいインスタンスを初期化します。

AlternateContentChoice(IEnumerable<OpenXmlElement>)

指定された IEnumerable 要素を使用して、AlternateContentChoice クラスの新しいインスタンスを初期化します。

AlternateContentChoice(String)

指定された文字列を使用して、AlternateContentChoice クラスの新しいインスタンスを初期化します。

AlternateContentChoice()

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

public AlternateContentChoice ();
Public Sub New ()

適用対象

AlternateContentChoice(OpenXmlElement[])

指定された OpenXmlElement 要素を使用して、AlternateContentChoice クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

すべての子要素を表します。

適用対象

AlternateContentChoice(IEnumerable<OpenXmlElement>)

指定された IEnumerable 要素を使用して、AlternateContentChoice クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

すべての子要素を表します。

適用対象

AlternateContentChoice(String)

指定された文字列を使用して、AlternateContentChoice クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML。

適用対象