FoldingRange Class

Definition

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

CollapsedText

Gets or sets the collapsedText.

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.

Applies to