次の方法で共有


TimeNodeRestartValues 列挙型

定義

Time Node Restart Type

public enum TimeNodeRestartValues
public readonly struct TimeNodeRestartValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues>, IEquatable<DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues>
type TimeNodeRestartValues = 
type TimeNodeRestartValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TimeNodeRestartValues>
Public Enum TimeNodeRestartValues
Public Structure TimeNodeRestartValues
Implements IEnumValue, IEnumValueFactory(Of TimeNodeRestartValues), IEquatable(Of TimeNodeRestartValues)
継承
TimeNodeRestartValues
継承
TimeNodeRestartValues

フィールド

TimeNodeRestartValues(String)

新しい TimeNodeRestartValues 列挙型インスタンスを作成します

Always 0

Enum ( Always ) を再起動します。

項目を xml としてシリアル化されるときに、その値は "always" です。

Always

Enum ( Always ) を再起動します。

項目を xml としてシリアル化されるときに、その値は "always" です。

Equals(TimeNodeRestartValues)
Equals(Object)
GetHashCode()
Never 2

Enum (Never) を再起動します。

項目を xml としてシリアル化されるときに、その値は "never" になります。

Never

Enum (Never) を再起動します。

項目を xml としてシリアル化されるときに、その値は "never" になります。

Equality(TimeNodeRestartValues, TimeNodeRestartValues)
Inequality(TimeNodeRestartValues, TimeNodeRestartValues)
ToString()
WhenNotActive 1

Enum を再起動します (アクティブでない場合)。

アイテムを xml としてシリアル化されるときに、その値は "whenNotActive" です。

WhenNotActive

Enum を再起動します (アクティブでない場合)。

アイテムを xml としてシリアル化されるときに、その値は "whenNotActive" です。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TimeNodeRestartValues>.Create(String)

適用対象