SemanticActionStates 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.
Indicates whether the semantic action is starting, continuing, or done.
public static class SemanticActionStates
type SemanticActionStates = class
Public Class SemanticActionStates
- Inheritance
-
SemanticActionStates
Fields
Continue |
Semantic action is continuing. |
Done |
Semantic action is done. |
Start |
Semantic action is starting. |