CompletionItem.Preselect Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Valor da propriedade
- Atributos
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute