次の方法で共有


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
属性

フィールド

QuestionType(String)

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

CheckBox 0

Checkbox。

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

CheckBox

Checkbox。

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

Choice 1

選択。

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

Choice

選択。

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

Date 2

日付。

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

Date

日付。

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

Equals(QuestionType)
Equals(Object)
GetHashCode()
MultipleLinesOfText 4

multipleLinesOfText。

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

MultipleLinesOfText

multipleLinesOfText。

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

Number 5

数。

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

Number

数。

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

Equality(QuestionType, QuestionType)
Inequality(QuestionType, QuestionType)
SingleLineOfText 6

singleLineOfText。

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

SingleLineOfText

singleLineOfText。

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

Time

時間。

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

Time 3

時間。

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<QuestionType>.Create(String)

適用対象