CompletionListItemDefaults.InsertTextFormat Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la valeur par défaut InsertTextFormat
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="insertTextFormat")]
public Microsoft.VisualStudio.LanguageServer.Protocol.InsertTextFormat? InsertTextFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="insertTextFormat")>]
member this.InsertTextFormat : Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.InsertTextFormat> with get, set
Public Property InsertTextFormat As Nullable(Of InsertTextFormat)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute