FoldingRangeKind 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.
Enum representing various code action kinds.
See the Language Server Protocol specification for additional information.
public enum class FoldingRangeKind
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[System.Runtime.Serialization.DataContract]
public enum FoldingRangeKind
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<System.Runtime.Serialization.DataContract>]
type FoldingRangeKind =
Public Enum FoldingRangeKind
- Inheritance
-
FoldingRangeKind
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute
Fields
Name | Value | Description |
---|---|---|
Comment | 0 | Comment folding range. |
Imports | 1 | Imports folding range. |
Region | 2 | Region folding range. |