次の方法で共有


DisjunctionTypeValues 列挙型

定義

DisjunctionTypeValues 列挙型を定義します。

public enum DisjunctionTypeValues
public readonly struct DisjunctionTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues>, IEquatable<DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues>
type DisjunctionTypeValues = 
type DisjunctionTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<DisjunctionTypeValues>
Public Enum DisjunctionTypeValues
Public Structure DisjunctionTypeValues
Implements IEnumValue, IEnumValueFactory(Of DisjunctionTypeValues), IEquatable(Of DisjunctionTypeValues)
継承
DisjunctionTypeValues
継承
DisjunctionTypeValues

フィールド

名前 説明
Recognition 0

承認。

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

Understanding 1

理解。

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

Multidevice 2

マルチデバイス。

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

Multiprocess 3

マルチプロセス。

項目を xml としてシリアル化されるときに、その値は "マルチプロセス" です。

DisjunctionTypeValues(String)

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

Equality(DisjunctionTypeValues, DisjunctionTypeValues)
Equals(DisjunctionTypeValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<DisjunctionTypeValues>.Create(String)
Inequality(DisjunctionTypeValues, DisjunctionTypeValues)
Multidevice

マルチデバイス。

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

Multiprocess

マルチプロセス。

項目を xml としてシリアル化されるときに、その値は "マルチプロセス" です。

Recognition

承認。

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

ToString()
Understanding

理解。

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

適用対象