AllocationMethodValues Enum
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert die AllocationMethodValues-Enumeration.
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)
- Vererbung
-
AllocationMethodValues
- Vererbung
-
AllocationMethodValues
- Attribute
Felder
| Name | Wert | Beschreibung |
|---|---|---|
| EqualAllocation | 0 | equalAllocation. Wenn das Element als xml serialisiert wird, ist sein Wert "equalAllocation". |
| EqualIncrement | 1 | equalIncrement. Wenn das Element als xml serialisiert wird, lautet sein Wert "equalIncrement". |
| WeightedAllocation | 2 | weightedAllocation. Wenn das Element als xml serialisiert wird, lautet sein Wert "weightedAllocation". |
| WeightedIncrement | 3 | weightedIncrement. Wenn das Element als xml serialisiert wird, lautet sein Wert "weightedIncrement". |
| AllocationMethodValues(String) | Erstellt eine neue AllocationMethodValues-Enumeration instance |
|
| EqualAllocation | equalAllocation. Wenn das Element als xml serialisiert wird, ist sein Wert "equalAllocation". |
|
| EqualIncrement | equalIncrement. Wenn das Element als xml serialisiert wird, lautet sein Wert "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. Wenn das Element als xml serialisiert wird, lautet sein Wert "weightedAllocation". |
|
| WeightedIncrement | weightedIncrement. Wenn das Element als xml serialisiert wird, lautet sein Wert "weightedIncrement". |