CompletionItem.Preselect Property

Definition

Gets or sets a value indicating whether this should be the selected item when showing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to