Поделиться через


SdtContentDropDownList Конструкторы

Определение

Перегрузки

SdtContentDropDownList()

Инициализирует новый экземпляр класса SdtContentDropDownList.

SdtContentDropDownList(OpenXmlElement[])

Инициализирует новый экземпляр класса SdtContentDropDownList с указанными дочерними элементами.

SdtContentDropDownList(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса SdtContentDropDownList с указанными дочерними элементами.

SdtContentDropDownList(String)

Инициализирует новый экземпляр класса SdtContentDropDownList из внешнего XML-кода.

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)

Инициализирует новый экземпляр класса SdtContentDropDownList из внешнего XML-кода.

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

Параметры

outerXml
String

Задает внешний XML-код элемента.

Применяется к