DisjunctionTypeValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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”。 |