ILanguageClient.InitializationOptions Property

Definition

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.

Applies to