Share via


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

字段

LinkDirectionValues(String)

创建新的 LinkDirectionValues 枚举实例

Equals(Object)
Equals(LinkDirectionValues)
From 1

从。

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

From

从。

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

GetHashCode()
Equality(LinkDirectionValues, LinkDirectionValues)
Inequality(LinkDirectionValues, LinkDirectionValues)
To 0

自。

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

To

自。

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

ToString()
With 2

与。

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

With

与。

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

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

适用于