CompletionList.ItemDefaults 属性

定义

[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

适用于