LanguageServerOptions.InitializationOptions 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 l’objet d’options d’initialisation que le client souhaite envoyer lors de l’envoi du message « initialize ».
[MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.LanguageServerProvider.LanguageServerOptions+JTokenFormatter))]
[System.Runtime.Serialization.DataMember(Order=0)]
public Newtonsoft.Json.Linq.JToken? InitializationOptions { get; set; }
[<MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.LanguageServerProvider.LanguageServerOptions+JTokenFormatter))>]
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.InitializationOptions : Newtonsoft.Json.Linq.JToken with get, set
Public Property InitializationOptions As JToken
Valeur de propriété
Newtonsoft.Json.Linq.JToken
- Attributs
-
MessagePack.MessagePackFormatterAttribute DataMemberAttribute