Share via


CompletionSetting.CompletionListSetting Property

Definition

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

Applies to