Freigeben über


CompletionSetting.CompletionListSetting Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Client Funktionen in der Vervollständigungsliste unterstützt, oder legt einen Wert fest.

[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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Gilt für: