MappingTypeValues 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 MappingTypeValues enumeration.
public enum MappingTypeValuespublic readonly struct MappingTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.MappingTypeValues>, IEquatable<DocumentFormat.OpenXml.InkML.MappingTypeValues>type MappingTypeValues = type MappingTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<MappingTypeValues>Public Enum MappingTypeValuesPublic Structure MappingTypeValues
Implements IEnumValue, IEnumValueFactory(Of MappingTypeValues), IEquatable(Of MappingTypeValues)- Inheritance
- 
				MappingTypeValues
- Inheritance
- 
				MappingTypeValues
Fields
| Name | Value | Description | 
|---|---|---|
| Identity | 0 | identity. When the item is serialized out as xml, its value is "identity". | 
| Lookup | 1 | lookup. When the item is serialized out as xml, its value is "lookup". | 
| Affine | 2 | affine. When the item is serialized out as xml, its value is "affine". | 
| MathML | 3 | mathml. When the item is serialized out as xml, its value is "mathml". | 
| Product | 4 | product. When the item is serialized out as xml, its value is "product". | 
| Unknown | 5 | unknown. When the item is serialized out as xml, its value is "unknown". | 
| Affine | affine. When the item is serialized out as xml, its value is "affine". | |
| Equality(MappingTypeValues, MappingTypeValues) | ||
| Equals(MappingTypeValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| Identity | identity. When the item is serialized out as xml, its value is "identity". | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<MappingTypeValues>.Create(String) | ||
| Inequality(MappingTypeValues, MappingTypeValues) | ||
| Lookup | lookup. When the item is serialized out as xml, its value is "lookup". | |
| MappingTypeValues(String) | Creates a new MappingTypeValues enum instance | |
| MathML | mathml. When the item is serialized out as xml, its value is "mathml". | |
| Product | product. When the item is serialized out as xml, its value is "product". | |
| ToString() | ||
| Unknown | unknown. When the item is serialized out as xml, its value is "unknown". |