AllocationMethodValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 AllocationMethodValues 枚举。
public enum AllocationMethodValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum AllocationMethodValues
public readonly struct AllocationMethodValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues>
type AllocationMethodValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type AllocationMethodValues =
type AllocationMethodValues = struct
interface IEnumValue
interface IEnumValueFactory<AllocationMethodValues>
Public Enum AllocationMethodValues
Public Structure AllocationMethodValues
Implements IEnumValue, IEnumValueFactory(Of AllocationMethodValues), IEquatable(Of AllocationMethodValues)
- 继承
-
AllocationMethodValues
- 继承
-
AllocationMethodValues
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| EqualAllocation | 0 | equalAllocation。 当项序列化为 xml 时,其值为“equalAllocation”。 |
| EqualIncrement | 1 | equalIncrement。 当项序列化为 xml 时,其值为“equalIncrement”。 |
| WeightedAllocation | 2 | weightedAllocation。 当项序列化为 xml 时,其值为“weightedAllocation”。 |
| WeightedIncrement | 3 | weightedIncrement。 当项序列化为 xml 时,其值为“weightedIncrement”。 |
| AllocationMethodValues(String) | 创建新的 AllocationMethodValues 枚举实例 |
|
| EqualAllocation | equalAllocation。 当项序列化为 xml 时,其值为“equalAllocation”。 |
|
| EqualIncrement | equalIncrement。 当项序列化为 xml 时,其值为“equalIncrement”。 |
|
| Equality(AllocationMethodValues, AllocationMethodValues) | ||
| Equals(AllocationMethodValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<AllocationMethodValues>.Create(String) | ||
| Inequality(AllocationMethodValues, AllocationMethodValues) | ||
| ToString() | ||
| WeightedAllocation | weightedAllocation。 当项序列化为 xml 时,其值为“weightedAllocation”。 |
|
| WeightedIncrement | weightedIncrement。 当项序列化为 xml 时,其值为“weightedIncrement”。 |