CodeLensRegistrationOptions 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 registration options for indication code lens support.
public ref class CodeLensRegistrationOptions : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentRegistrationOptions
[System.Runtime.Serialization.DataContract]
public class CodeLensRegistrationOptions : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentRegistrationOptions
[<System.Runtime.Serialization.DataContract>]
type CodeLensRegistrationOptions = class
inherit TextDocumentRegistrationOptions
Public Class CodeLensRegistrationOptions
Inherits TextDocumentRegistrationOptions
- Inheritance
- Attributes
Constructors
CodeLensRegistrationOptions() |
Properties
DocumentSelector |
Gets or sets the document filters for this registration option. (Inherited from TextDocumentRegistrationOptions) |
ResolveProvider |
Gets or sets a value indicating whether resolve is supported as well. |