Partager via


AllocationMethodValues Énumération

Définition

Définit l’énumération 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)
Héritage
AllocationMethodValues
Héritage
AllocationMethodValues
Attributs

Champs

Nom Valeur Description
EqualAllocation 0

equalAllocation.

Lorsque l’élément est sérialisé au format xml, sa valeur est « equalAllocation ».

EqualIncrement 1

equalIncrement.

Lorsque l’élément est sérialisé au format xml, sa valeur est « equalIncrement ».

WeightedAllocation 2

weightedAllocation.

Lorsque l’élément est sérialisé au format xml, sa valeur est « weightedAllocation ».

WeightedIncrement 3

weightedIncrement.

Lorsque l’élément est sérialisé au format xml, sa valeur est « weightedIncrement ».

AllocationMethodValues(String)

Crée une énumération AllocationMethodValues instance

EqualAllocation

equalAllocation.

Lorsque l’élément est sérialisé au format xml, sa valeur est « equalAllocation ».

EqualIncrement

equalIncrement.

Lorsque l’élément est sérialisé au format xml, sa valeur est « 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.

Lorsque l’élément est sérialisé au format xml, sa valeur est « weightedAllocation ».

WeightedIncrement

weightedIncrement.

Lorsque l’élément est sérialisé au format xml, sa valeur est « weightedIncrement ».

S’applique à