Share via


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

字段

DisjunctionTypeValues(String)

创建新的 DisjunctionTypeValues 枚举实例

Equals(Object)
Equals(DisjunctionTypeValues)
GetHashCode()
Multidevice 2

多设备。

当项序列化为 xml 时,其值为“多设备”。

Multidevice

多设备。

当项序列化为 xml 时,其值为“多设备”。

Multiprocess 3

多进程。

将项序列化为 xml 时,其值为“多进程”。

Multiprocess

多进程。

将项序列化为 xml 时,其值为“多进程”。

Equality(DisjunctionTypeValues, DisjunctionTypeValues)
Inequality(DisjunctionTypeValues, DisjunctionTypeValues)
Recognition 0

识别。

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

Recognition

识别。

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

ToString()
Understanding 1

理解。

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

Understanding

理解。

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

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

适用于