ILanguageClient.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 the initialization options object the client wants to send when 'initialize' message is sent. This may be null if the client does not need custom initialization options.
public:
property System::Object ^ InitializationOptions { System::Object ^ get(); };
public object InitializationOptions { get; }
public object? InitializationOptions { get; }
member this.InitializationOptions : obj
Public ReadOnly Property InitializationOptions As Object
Property Value
Remarks
The object defined here must be JSON serializable.