Indefinite 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
不定列挙型を定義します。
[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)
- 継承
-
Indefinite
- 継承
-
Indefinite
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
Indefinite | 0 | 不定。 アイテムを xml としてシリアル化されるときに、その値は "不定" です。 |
Equality(Indefinite, Indefinite) | ||
Equals(Indefinite) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<Indefinite>.Create(String) | ||
Indefinite(String) | 新しい Indefinite 列挙型インスタンスを作成します |
|
IndefiniteValue | 不定。 アイテムを xml としてシリアル化されるときに、その値は "不定" です。 |
|
Inequality(Indefinite, Indefinite) | ||
ToString() |