TextDocumentClientCapabilities.CodeLens Property
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.
Gets or sets the setting which determines if code lens can be dynamically registered.
C++
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ CodeLens { Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="codeLens")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting CodeLens { get; set; }
[System.Runtime.Serialization.DataMember(Name="codeLens")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting? CodeLens { get; set; }
[<System.Runtime.Serialization.DataMember(Name="codeLens")>]
member this.CodeLens : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="codeLens")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.CodeLens : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
Public Property CodeLens As DynamicRegistrationSetting
- Attributes
-
Data
Member Newtonsoft.Json.JsonPropertyAttributeAttribute
Produit | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |