Share via


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)

适用于