다음을 통해 공유


LanguageServerOptions.InitializationOptions 속성

정의

'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

속성 값

Newtonsoft.Json.Linq.JToken
특성
MessagePack.MessagePackFormatterAttribute DataMemberAttribute

적용 대상