Compartir a través de


StartingElementValues Enumeración

Definición

Elemento Starting

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)
Herencia
StartingElementValues
Herencia
StartingElementValues

Campos

Nombre Valor Description
Node 0

Nodo.

Cuando el elemento se serializa como xml, su valor es "node".

Transition 1

Transición.

Cuando el elemento se serializa como xml, su valor es "trans".

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

Nodo.

Cuando el elemento se serializa como xml, su valor es "node".

StartingElementValues(String)

Crea una nueva instancia de enumeración StartingElementValues

ToString()
Transition

Transición.

Cuando el elemento se serializa como xml, su valor es "trans".

Se aplica a