NextStep Class
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 step to take.
[System.Serializable]
public class NextStep
[<System.Serializable>]
type NextStep = class
Public Class NextStep
- Inheritance
-
NextStep
- Attributes
Constructors
NextStep() |
By default move on to the next active, uncompleted step. |
NextStep(IEnumerable<String>) |
Ask the user which of the fields to move to next. |
NextStep(StepDirection) |
Move as specified in direction. |
Fields
Direction |
Direction for next step. |
Names |
If this is a named step, one or more named steps to move to. If there are more than one, the user will choose. |