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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.