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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.