TokenType 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.
Identifies the type of a Token.
public enum class TokenType
public enum TokenType
type TokenType =
Public Enum TokenType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Argument | 0 | An argument token. |
Command | 1 | A command token. |
Option | 2 | An option token. |
DoubleDash | 3 | A double dash ( |
Unparsed | 4 | A token following DoubleDash when EnableLegacyDoubleDashBehavior is set to |
Directive | 5 | A directive token. |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.