QuestionType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 QuestionType 枚举。
public enum QuestionType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum QuestionType
public readonly struct QuestionType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Excel.QuestionType>, IEquatable<DocumentFormat.OpenXml.Office2013.Excel.QuestionType>
type QuestionType =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type QuestionType =
type QuestionType = struct
interface IEnumValue
interface IEnumValueFactory<QuestionType>
Public Enum QuestionType
Public Structure QuestionType
Implements IEnumValue, IEnumValueFactory(Of QuestionType), IEquatable(Of QuestionType)
- 继承
-
QuestionType
- 继承
-
QuestionType
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
CheckBox | 0 | checkBox。 当项目序列化为 xml 时,其值为“checkBox”。 |
Choice | 1 | 选择。 当项序列化为 xml 时,其值为“choice”。 |
Date | 2 | 日期。 将项序列化为 xml 时,其值为“date”。 |
Time | 3 | 时间。 当项序列化为 xml 时,其值为“time”。 |
MultipleLinesOfText | 4 | multipleLinesOfText。 将项序列化为 xml 时,其值为“multipleLinesOfText”。 |
Number | 5 | 数。 当项序列化为 xml 时,其值为“number”。 |
SingleLineOfText | 6 | singleLineOfText。 当项序列化为 xml 时,其值为“singleLineOfText”。 |
CheckBox | checkBox。 当项目序列化为 xml 时,其值为“checkBox”。 |
|
Choice | 选择。 当项序列化为 xml 时,其值为“choice”。 |
|
Date | 日期。 将项序列化为 xml 时,其值为“date”。 |
|
Equality(QuestionType, QuestionType) | ||
Equals(Object) | ||
Equals(QuestionType) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<QuestionType>.Create(String) | ||
Inequality(QuestionType, QuestionType) | ||
MultipleLinesOfText | multipleLinesOfText。 将项序列化为 xml 时,其值为“multipleLinesOfText”。 |
|
Number | 数。 当项序列化为 xml 时,其值为“number”。 |
|
QuestionType(String) | 创建新的 QuestionType 枚举实例 |
|
SingleLineOfText | singleLineOfText。 当项序列化为 xml 时,其值为“singleLineOfText”。 |
|
Time | 时间。 当项序列化为 xml 时,其值为“time”。 |
|
ToString() |