StandardMassForceUnitsValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
StandardMassForceUnitsValues 列挙型を定義します。
public enum StandardMassForceUnitsValues
public readonly struct StandardMassForceUnitsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues>
type StandardMassForceUnitsValues =
type StandardMassForceUnitsValues = struct
interface IEnumValue
interface IEnumValueFactory<StandardMassForceUnitsValues>
Public Enum StandardMassForceUnitsValues
Public Structure StandardMassForceUnitsValues
Implements IEnumValue, IEnumValueFactory(Of StandardMassForceUnitsValues), IEquatable(Of StandardMassForceUnitsValues)
- 継承
-
StandardMassForceUnitsValues
- 継承
-
StandardMassForceUnitsValues
フィールド
名前 | 値 | 説明 |
---|---|---|
Kilogram | 0 | Kg。 項目を xml としてシリアル化されるときに、その値は "Kg" です。 |
Gram | 1 | g. 項目を xml としてシリアル化されるときに、その値は "g" です。 |
Milligram | 2 | mg. 項目を xml としてシリアル化されるときに、その値は "mg" です。 |
Newton | 3 | N. 項目を xml としてシリアル化されるときに、その値は "N" です。 |
Pond | 4 | ポンド。 項目を xml としてシリアル化されるときに、その値は "lb" です。 |
Equality(StandardMassForceUnitsValues, StandardMassForceUnitsValues) | ||
Equals(Object) | ||
Equals(StandardMassForceUnitsValues) | ||
GetHashCode() | ||
Gram | g. 項目を xml としてシリアル化されるときに、その値は "g" です。 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardMassForceUnitsValues>.Create(String) | ||
Inequality(StandardMassForceUnitsValues, StandardMassForceUnitsValues) | ||
Kilogram | Kg。 項目を xml としてシリアル化されるときに、その値は "Kg" です。 |
|
Milligram | mg. 項目を xml としてシリアル化されるときに、その値は "mg" です。 |
|
Newton | N. 項目を xml としてシリアル化されるときに、その値は "N" です。 |
|
Pond | ポンド。 項目を xml としてシリアル化されるときに、その値は "lb" です。 |
|
StandardMassForceUnitsValues(String) | 新しい StandardMassForceUnitsValues 列挙型インスタンスを作成します |
|
ToString() |