LanguageServerOptions.InitializationOptions 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 the initialization options object the client wants to send when 'initialize' message is sent.
[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
Property Value
Newtonsoft.Json.Linq.JToken
- Attributes
-
MessagePack.MessagePackFormatterAttribute DataMemberAttribute