LinkDirectionValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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”。 |