AllocationMethodValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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" です。 |