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-код элемента.