FunctionValues Enum 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
函数类型
public enum FunctionValuespublic readonly struct FunctionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues>type FunctionValues = type FunctionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<FunctionValues>Public Enum FunctionValuesPublic Structure FunctionValues
Implements IEnumValue, IEnumValueFactory(Of FunctionValues), IEquatable(Of FunctionValues)- 继承
- 
				FunctionValues
- 继承
- 
				FunctionValues
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Count | 0 | 计数。 当项序列化为 xml 时,其值为“cnt”。 | 
| Position | 1 | 位置。 当项序列化为 xml 时,其值为“pos”。 | 
| ReversePosition | 2 | 反向位置。 当项序列化为 xml 时,其值为“revPos”。 | 
| PositionEven | 3 | Position 偶数。 当项序列化为 xml 时,其值为“posEven”。 | 
| PositionOdd | 4 | 位置奇数。 当项序列化为 xml 时,其值为“posOdd”。 | 
| Variable | 5 | 变量。 将项序列化为 xml 时,其值为“var”。 | 
| Depth | 6 | 深度。 当项序列化为 xml 时,其值为“depth”。 | 
| MaxDepth | 7 | 最大深度。 将项序列化为 xml 时,其值为“maxDepth”。 | 
| Count | 计数。 当项序列化为 xml 时,其值为“cnt”。 | |
| Depth | 深度。 当项序列化为 xml 时,其值为“depth”。 | |
| Equality(FunctionValues, FunctionValues) | ||
| Equals(FunctionValues) | ||
| Equals(Object) | ||
| FunctionValues(String) | 创建新的 FunctionValues 枚举实例 | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<FunctionValues>.Create(String) | ||
| Inequality(FunctionValues, FunctionValues) | ||
| MaxDepth | 最大深度。 将项序列化为 xml 时,其值为“maxDepth”。 | |
| Position | 位置。 当项序列化为 xml 时,其值为“pos”。 | |
| PositionEven | Position 偶数。 当项序列化为 xml 时,其值为“posEven”。 | |
| PositionOdd | 位置奇数。 当项序列化为 xml 时,其值为“posOdd”。 | |
| ReversePosition | 反向位置。 当项序列化为 xml 时,其值为“revPos”。 | |
| ToString() | ||
| Variable | 变量。 将项序列化为 xml 时,其值为“var”。 |