StandardPerOtherUnitsValues Перечисление
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Определяет перечисление StandardPerOtherUnitsValues.
public enum StandardPerOtherUnitsValues
public readonly struct StandardPerOtherUnitsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues>
type StandardPerOtherUnitsValues =
type StandardPerOtherUnitsValues = struct
interface IEnumValue
interface IEnumValueFactory<StandardPerOtherUnitsValues>
Public Enum StandardPerOtherUnitsValues
Public Structure StandardPerOtherUnitsValues
Implements IEnumValue, IEnumValueFactory(Of StandardPerOtherUnitsValues), IEquatable(Of StandardPerOtherUnitsValues)
- Наследование
-
StandardPerOtherUnitsValues
- Наследование
-
StandardPerOtherUnitsValues
Поля
StandardPerOtherUnitsValues(String) | Создает экземпляр перечисления StandardPerOtherUnitsValues |
|
Equals(StandardPerOtherUnitsValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Equality(StandardPerOtherUnitsValues, StandardPerOtherUnitsValues) | ||
Inequality(StandardPerOtherUnitsValues, StandardPerOtherUnitsValues) | ||
PerDeviceResolution | 1 | 1/dev. Когда элемент сериализуется как xml, его значение равно "1/dev". |
PerDeviceResolution | 1/dev. Когда элемент сериализуется как xml, его значение равно "1/dev". |
|
PerPercentage | 0 | 1/%. Если элемент сериализуется как xml, его значение равно "1/%". |
PerPercentage | 1/%. Если элемент сериализуется как xml, его значение равно "1/%". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardPerOtherUnitsValues>.Create(String) |