LinkDirectionValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the LinkDirectionValues enumeration.
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)
- Inheritance
-
LinkDirectionValues
- Inheritance
-
LinkDirectionValues
Fields
Name | Value | Description |
---|---|---|
To | 0 | to. When the item is serialized out as xml, its value is "to". |
From | 1 | from. When the item is serialized out as xml, its value is "from". |
With | 2 | with. When the item is serialized out as xml, its value is "with". |
Equality(LinkDirectionValues, LinkDirectionValues) | ||
Equals(LinkDirectionValues) | ||
Equals(Object) | ||
From | from. When the item is serialized out as xml, its value is "from". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LinkDirectionValues>.Create(String) | ||
Inequality(LinkDirectionValues, LinkDirectionValues) | ||
LinkDirectionValues(String) | Creates a new LinkDirectionValues enum instance |
|
To | to. When the item is serialized out as xml, its value is "to". |
|
ToString() | ||
With | with. When the item is serialized out as xml, its value is "with". |