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


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

Определение

Перегрузки

DocumentContextMonikerList()

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

DocumentContextMonikerList(OpenXmlElement[])

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

DocumentContextMonikerList(IEnumerable<OpenXmlElement>)

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

DocumentContextMonikerList(String)

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

DocumentContextMonikerList()

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

public DocumentContextMonikerList ();
Public Sub New ()

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

DocumentContextMonikerList(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

Указывает дочерние элементы.

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

DocumentContextMonikerList(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

Указывает дочерние элементы.

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

DocumentContextMonikerList(String)

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

public DocumentContextMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList
Public Sub New (outerXml As String)

Параметры

outerXml
String

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

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