ActionChangeType 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.
How to modify an action sequence.
public enum ActionChangeType
type ActionChangeType =
Public Enum ActionChangeType
- Inheritance
-
ActionChangeType
Fields
Name | Value | Description |
---|---|---|
InsertActions | 0 | Add the change actions to the head of the sequence. |
AppendActions | 1 | Add the changeactions to the tail of the sequence. |
EndSequence | 2 | Terminate the action sequence. |
ReplaceSequence | 3 | Terminate the action sequence, then add the change actions. |