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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.