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