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


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

Определение

Перегрузки

Command()

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

Command(OpenXmlElement[])

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

Command(IEnumerable<OpenXmlElement>)

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

Command(String)

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

Command()

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

public Command();
Public Sub New ()

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

Command(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

Command(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

Command(String)

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

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

Параметры

outerXml
String

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

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