次の方法で共有


AllocationMethodValues 列挙型

定義

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" です。

適用対象