Sdílet prostřednictvím


CompletionSetting.CompletionListSetting Vlastnost

Definice

Získá nebo nastaví hodnotu označující, jestli klient podporuje funkce v seznamu pro dokončování.

[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

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Platí pro