LinkDirectionValues 枚举

定义

定义 LinkDirectionValues 枚举。

public enum LinkDirectionValues
public readonly struct LinkDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues>
type LinkDirectionValues = 
type LinkDirectionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<LinkDirectionValues>
Public Enum LinkDirectionValues
Public Structure LinkDirectionValues
Implements IEnumValue, IEnumValueFactory(Of LinkDirectionValues), IEquatable(Of LinkDirectionValues)
继承
LinkDirectionValues
继承
LinkDirectionValues

字段

名称 说明
To 0

自。

当项序列化为 xml 时,其值为“to”。

From 1

从。

当项序列化为 xml 时,其值为“from”。

With 2

跟。

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

Equality(LinkDirectionValues, LinkDirectionValues)
Equals(LinkDirectionValues)
Equals(Object)
From

从。

当项序列化为 xml 时,其值为“from”。

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<LinkDirectionValues>.Create(String)
Inequality(LinkDirectionValues, LinkDirectionValues)
LinkDirectionValues(String)

创建新的 LinkDirectionValues 枚举实例

To

自。

当项序列化为 xml 时,其值为“to”。

ToString()
With

跟。

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

适用于