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


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

Определение

Перегрузки

FunctionProperties()

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

FunctionProperties(OpenXmlElement[])

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

FunctionProperties(IEnumerable<OpenXmlElement>)

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

FunctionProperties(String)

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

FunctionProperties()

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

public FunctionProperties ();
Public Sub New ()

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

FunctionProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

FunctionProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

FunctionProperties(String)

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

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

Параметры

outerXml
String

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

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