CompletionItem.Preselect Eigenschaft

Definition

public:
 property Nullable<bool> Preselect { Nullable<bool> get(); void set(Nullable<bool> value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="preselect")]
public bool? Preselect { get; set; }
public bool? Preselect { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="preselect")>]
member this.Preselect : Nullable<bool> with get, set
member this.Preselect : Nullable<bool> with get, set
Public Property Preselect As Nullable(Of Boolean)

Eigenschaftswert

Nullable<Boolean>
Attribute
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Gilt für