Indefinite Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the Indefinite enumeration.
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum Indefinite
public enum Indefinite
public readonly struct Indefinite : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite>, IEquatable<DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type Indefinite =
type Indefinite =
type Indefinite = struct
interface IEnumValue
interface IEnumValueFactory<Indefinite>
Public Enum Indefinite
Public Structure Indefinite
Implements IEnumValue, IEnumValueFactory(Of Indefinite), IEquatable(Of Indefinite)
- Inheritance
-
Indefinite
- Inheritance
-
Indefinite
- Attributes
Fields
Name | Value | Description |
---|---|---|
Indefinite | 0 | indefinite. When the item is serialized out as xml, its value is "indefinite". |
Equality(Indefinite, Indefinite) | ||
Equals(Indefinite) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<Indefinite>.Create(String) | ||
Indefinite(String) | Creates a new Indefinite enum instance |
|
IndefiniteValue | indefinite. When the item is serialized out as xml, its value is "indefinite". |
|
Inequality(Indefinite, Indefinite) | ||
ToString() |