CompletionList.ItemDefaults Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the completion list item defaults. See 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
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute