AlternateContentChoice コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。