次の方法で共有


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)

適用対象