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


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

Определение

Перегрузки

SurveyQuestions()

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

SurveyQuestions(OpenXmlElement[])

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

SurveyQuestions(IEnumerable<OpenXmlElement>)

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

SurveyQuestions(String)

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

SurveyQuestions()

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

public SurveyQuestions ();
Public Sub New ()

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

SurveyQuestions(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

SurveyQuestions(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

SurveyQuestions(String)

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

public SurveyQuestions (string outerXml);
new DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions : string -> DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions
Public Sub New (outerXml As String)

Параметры

outerXml
String

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

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