Freigeben über


StartingElementValues Enumeration

Definition

Starting-Element

public enum StartingElementValues
public readonly struct StartingElementValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues>
type StartingElementValues = 
type StartingElementValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StartingElementValues>
Public Enum StartingElementValues
Public Structure StartingElementValues
Implements IEnumValue, IEnumValueFactory(Of StartingElementValues), IEquatable(Of StartingElementValues)
Vererbung
StartingElementValues
Vererbung
StartingElementValues

Felder

Name Wert Beschreibung
Node 0

Knoten.

Wenn das Element als XML serialisiert wird, lautet sein Wert "node".

Transition 1

Übergang.

Wenn das Element als xml serialisiert wird, ist sein Wert "trans".

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

Knoten.

Wenn das Element als XML serialisiert wird, lautet sein Wert "node".

StartingElementValues(String)

Erstellt eine neue StartingElementValues-Enumeration instance

ToString()
Transition

Übergang.

Wenn das Element als xml serialisiert wird, ist sein Wert "trans".

Gilt für: