FoldingRange Class
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.
Class representing a folding range in a document.
See the Language Server Protocol specification for additional information.
public ref class FoldingRange
[System.Runtime.Serialization.DataContract]
public class FoldingRange
[<System.Runtime.Serialization.DataContract>]
type FoldingRange = class
Public Class FoldingRange
- Inheritance
-
FoldingRange
- Attributes
Constructors
FoldingRange() |
Properties
EndCharacter |
Gets or sets the end character value. |
EndLine |
Gets or sets the end line value. |
Kind |
Gets or sets the folding range kind. |
StartCharacter |
Gets or sets the start character value. |
StartLine |
Gets or sets the start line value. |