次の方法で共有


QuestionType 列挙型

定義

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 としてシリアル化されるときに、その値は "選択肢" です。

Date 2

日付。

アイテムを xml としてシリアル化されるときに、その値は "date" です。

Time 3

時間。

項目を xml としてシリアル化されるときに、その値は "time" です。

MultipleLinesOfText 4

multipleLinesOfText。

アイテムを xml としてシリアル化されるときに、その値は "multipleLinesOfText" です。

Number 5

数。

項目を xml としてシリアル化されるときに、その値は "数値" です。

SingleLineOfText 6

singleLineOfText。

アイテムを xml としてシリアル化されるときに、その値は "singleLineOfText" です。

CheckBox

checkBox。

アイテムを xml としてシリアル化されるときに、その値は "checkBox" です。

Choice

選択。

項目を xml としてシリアル化されるときに、その値は "選択肢" です。

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 としてシリアル化されるときに、その値は "数値" です。

QuestionType(String)

新しい QuestionType 列挙型インスタンスを作成します

SingleLineOfText

singleLineOfText。

アイテムを xml としてシリアル化されるときに、その値は "singleLineOfText" です。

Time

時間。

項目を xml としてシリアル化されるときに、その値は "time" です。

ToString()

適用対象