FoldingRangeSetting 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 the folding range setting for initialization.
See the Language Server Protocol specification for additional information.
public ref class FoldingRangeSetting : Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting
[System.Runtime.Serialization.DataContract]
public class FoldingRangeSetting : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting
[<System.Runtime.Serialization.DataContract>]
type FoldingRangeSetting = class
inherit DynamicRegistrationSetting
Public Class FoldingRangeSetting
Inherits DynamicRegistrationSetting
- Inheritance
- Attributes
Constructors
FoldingRangeSetting() |
Properties
DynamicRegistration |
Gets or sets a value indicating whether setting can be dynamically registered. (Inherited from DynamicRegistrationSetting) |
LineFoldingOnly |
Gets or sets a value indicating whether if client only supports entire line folding only. |
RangeLimit |
Gets or sets the range limit for folding ranges. |