TrueOnlyValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the TrueOnlyValues enumeration.
public enum TrueOnlyValues
public readonly struct TrueOnlyValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues>, IEquatable<DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues>
type TrueOnlyValues =
type TrueOnlyValues = struct
interface IEnumValue
interface IEnumValueFactory<TrueOnlyValues>
Public Enum TrueOnlyValues
Public Structure TrueOnlyValues
Implements IEnumValue, IEnumValueFactory(Of TrueOnlyValues), IEquatable(Of TrueOnlyValues)
- Inheritance
-
TrueOnlyValues
- Inheritance
-
TrueOnlyValues
Fields
Name | Value | Description |
---|---|---|
True | 0 | true. When the item is serialized out as xml, its value is "true". |
Equality(TrueOnlyValues, TrueOnlyValues) | ||
Equals(Object) | ||
Equals(TrueOnlyValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TrueOnlyValues>.Create(String) | ||
Inequality(TrueOnlyValues, TrueOnlyValues) | ||
ToString() | ||
True | true. When the item is serialized out as xml, its value is "true". |
|
TrueOnlyValues(String) | Creates a new TrueOnlyValues enum instance |