次の方法で共有


CompletionListSetting.ItemDefaults Property

Definition

Gets or sets a value containing the supported property names of the ItemDefaults object. If omitted, no properties are supported.

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

Property Value

String[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to