Share via


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

字段

StartingElementValues(String)

创建新的 StartingElementValues 枚举实例

Equals(StartingElementValues)
Equals(Object)
GetHashCode()
Node 0

节点。

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

Node

节点。

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

Equality(StartingElementValues, StartingElementValues)
Inequality(StartingElementValues, StartingElementValues)
ToString()
Transition 1

过渡。

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

Transition

过渡。

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

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

适用于