次の方法で共有


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

フィールド

名前 説明
Always 0

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

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

WhenNotActive 1

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

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

Never 2

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

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

Always

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

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

Equality(TimeNodeRestartValues, TimeNodeRestartValues)
Equals(Object)
Equals(TimeNodeRestartValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TimeNodeRestartValues>.Create(String)
Inequality(TimeNodeRestartValues, TimeNodeRestartValues)
Never

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

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

TimeNodeRestartValues(String)

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

ToString()
WhenNotActive

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

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

適用対象