CompletionSetting.CompletionListSetting Property
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.
Gets or sets a value indicating whether the client supports capabilities on the completion list
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="completionList")]
public Microsoft.VisualStudio.LanguageServer.Protocol.CompletionListSetting? CompletionListSetting { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="completionList")>]
member this.CompletionListSetting : Microsoft.VisualStudio.LanguageServer.Protocol.CompletionListSetting with get, set
Public Property CompletionListSetting As CompletionListSetting
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute