次の方法で共有


StandardPerTimeUnitsValues 列挙型

定義

StandardPerTimeUnitsValues 列挙型を定義します。

public enum StandardPerTimeUnitsValues
public readonly struct StandardPerTimeUnitsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues>
type StandardPerTimeUnitsValues = 
type StandardPerTimeUnitsValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StandardPerTimeUnitsValues>
Public Enum StandardPerTimeUnitsValues
Public Structure StandardPerTimeUnitsValues
Implements IEnumValue, IEnumValueFactory(Of StandardPerTimeUnitsValues), IEquatable(Of StandardPerTimeUnitsValues)
継承
StandardPerTimeUnitsValues
継承
StandardPerTimeUnitsValues

フィールド

StandardPerTimeUnitsValues(String)

新しい StandardPerTimeUnitsValues 列挙型インスタンスを作成します

Equals(StandardPerTimeUnitsValues)
Equals(Object)
GetHashCode()
Equality(StandardPerTimeUnitsValues, StandardPerTimeUnitsValues)
Inequality(StandardPerTimeUnitsValues, StandardPerTimeUnitsValues)
PerMillisecond 1

1/ms。

項目を xml としてシリアル化されるときに、その値は "1/ms" です。

PerMillisecond

1/ms。

項目を xml としてシリアル化されるときに、その値は "1/ms" です。

PerSecond 0

1/秒。

項目を xml としてシリアル化されるときに、その値は "1/秒" です。

PerSecond

1/秒。

項目を xml としてシリアル化されるときに、その値は "1/秒" です。

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

適用対象