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 时,其值为“recognition”。

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 时,其值为“recognition”。

ToString()
Understanding

理解。

当项序列化为 xml 时,其值为“understanding”。

适用于