CommentPropertiesExtension Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
CommentPropertiesExtension() |
Инициализирует новый экземпляр класса CommentPropertiesExtension. |
CommentPropertiesExtension(OpenXmlElement[]) |
Инициализирует новый экземпляр класса CommentPropertiesExtension с указанными дочерними элементами. |
CommentPropertiesExtension(IEnumerable<OpenXmlElement>) |
Инициализирует новый экземпляр класса CommentPropertiesExtension с указанными дочерними элементами. |
CommentPropertiesExtension(String) |
Инициализирует новый экземпляр класса CommentPropertiesExtension из внешнего XML. |
CommentPropertiesExtension()
Инициализирует новый экземпляр класса CommentPropertiesExtension.
public CommentPropertiesExtension ();
Public Sub New ()
Применяется к
CommentPropertiesExtension(OpenXmlElement[])
Инициализирует новый экземпляр класса CommentPropertiesExtension с указанными дочерними элементами.
public CommentPropertiesExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension
Public Sub New (ParamArray childElements As OpenXmlElement())
Параметры
- childElements
- OpenXmlElement[]
Указывает дочерние элементы.
Применяется к
CommentPropertiesExtension(IEnumerable<OpenXmlElement>)
Инициализирует новый экземпляр класса CommentPropertiesExtension с указанными дочерними элементами.
public CommentPropertiesExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Параметры
- childElements
- IEnumerable<OpenXmlElement>
Указывает дочерние элементы.
Применяется к
CommentPropertiesExtension(String)
Инициализирует новый экземпляр класса CommentPropertiesExtension из внешнего XML.
public CommentPropertiesExtension (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension
Public Sub New (outerXml As String)
Параметры
- outerXml
- String
Задает внешний XML-код элемента.