次の方法で共有


EnumValue<T>.Value Property

Gets or sets the value of the enum.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Property Value As T
    Get
    Set
'使用
Dim instance As EnumValue
Dim value As T

value = instance.Value

instance.Value = value
public T Value { get; set; }

Property Value

Type: T

See Also

Reference

EnumValue<T> Class

EnumValue<T> Members

DocumentFormat.OpenXml Namespace