Condividi tramite


CompletionList.ItemDefaults Proprietà

Definizione

Ottiene o imposta le impostazioni predefinite dell'elemento dell'elenco di completamento. Vedere https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionList

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="itemDefaults")]
public Microsoft.VisualStudio.LanguageServer.Protocol.CompletionListItemDefaults? ItemDefaults { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="itemDefaults")>]
member this.ItemDefaults : Microsoft.VisualStudio.LanguageServer.Protocol.CompletionListItemDefaults with get, set
Public Property ItemDefaults As CompletionListItemDefaults

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Si applica a