次の方法で共有


SdtContentDropDownList コンストラクター

定義

オーバーロード

SdtContentDropDownList()

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

SdtContentDropDownList(OpenXmlElement[])

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

SdtContentDropDownList(IEnumerable<OpenXmlElement>)

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

SdtContentDropDownList(String)

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

SdtContentDropDownList()

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

public SdtContentDropDownList ();
Public Sub New ()

適用対象

SdtContentDropDownList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SdtContentDropDownList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SdtContentDropDownList(String)

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

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

パラメーター

outerXml
String

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

適用対象