Condividi tramite


CompletionSetting.CompletionListSetting Proprietà

Definizione

Ottiene o imposta un valore che indica se il client supporta le funzionalità nell'elenco di completamento

[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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Si applica a