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


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

Определение

Перегрузки

CommentPropertiesExtensionList()

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

CommentPropertiesExtensionList(OpenXmlElement[])

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

CommentPropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

CommentPropertiesExtensionList(String)

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

CommentPropertiesExtensionList()

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

public CommentPropertiesExtensionList ();
Public Sub New ()

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

CommentPropertiesExtensionList(OpenXmlElement[])

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

public CommentPropertiesExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())

Параметры

childElements
OpenXmlElement[]

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

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

CommentPropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

CommentPropertiesExtensionList(String)

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

public CommentPropertiesExtensionList (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList
Public Sub New (outerXml As String)

Параметры

outerXml
String

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

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