StartingElementValues 枚举

定义

起始元素

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)
继承
StartingElementValues
继承
StartingElementValues

字段

名称 说明
Node 0

节点。

将项序列化为 xml 时,其值为“node”。

Transition 1

过渡。

将项序列化为 xml 时,其值为“trans”。

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

节点。

将项序列化为 xml 时,其值为“node”。

StartingElementValues(String)

创建新的 StartingElementValues 枚举实例

ToString()
Transition

过渡。

将项序列化为 xml 时,其值为“trans”。

适用于