SpanKind 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.
public enum class SpanKindpublic enum SpanKindtype SpanKind = Public Enum SpanKind- Inheritance
- 
				SpanKind
Fields
| Name | Value | Description | 
|---|---|---|
| Transition | 0 | |
| MetaCode | 1 | |
| Comment | 2 | |
| Code | 3 | |
| Markup | 4 |