CompletionItem.Preselect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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