Поделиться через


CompletionList.ItemDefaults Свойство

Определение

Возвращает или задает значения по умолчанию элемента списка завершения. См. раздел 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

Значение свойства

Атрибуты
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Применяется к