次の方法で共有


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

適用対象