NextActionValues 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.
Next Action Type
public enum NextActionValuespublic readonly struct NextActionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.NextActionValues>, IEquatable<DocumentFormat.OpenXml.Presentation.NextActionValues>type NextActionValues = type NextActionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<NextActionValues>Public Enum NextActionValuesPublic Structure NextActionValues
Implements IEnumValue, IEnumValueFactory(Of NextActionValues), IEquatable(Of NextActionValues)- Inheritance
- 
				NextActionValues
- Inheritance
- 
				NextActionValues
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | Next Action Type Enum ( None ). When the item is serialized out as xml, its value is "none". | 
| Seek | 1 | Next Action Type Enum ( Seek ). When the item is serialized out as xml, its value is "seek". | 
| Equality(NextActionValues, NextActionValues) | ||
| Equals(NextActionValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<NextActionValues>.Create(String) | ||
| Inequality(NextActionValues, NextActionValues) | ||
| NextActionValues(String) | Creates a new NextActionValues enum instance | |
| None | Next Action Type Enum ( None ). When the item is serialized out as xml, its value is "none". | |
| Seek | Next Action Type Enum ( Seek ). When the item is serialized out as xml, its value is "seek". | |
| ToString() |