Class InitializeRequest
Inheritance
System.Object
InitializeRequest
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class InitializeRequest
Fields
| Improve this Doc View SourceType
Declaration
public static readonly RequestType<InitializeRequest, InitializeResult> Type
Properties
| Improve this Doc View SourceCapabilities
Gets or sets the capabilities provided by the client (editor).
Declaration
public ClientCapabilities Capabilities { get; set; }
| Type | Description |
|---|---|
| ClientCapabilities |
RootPath
Gets or sets the root path of the editor's open workspace. If null it is assumed that a file was opened without having a workspace open.
Declaration
public string RootPath { get; set; }
| Type | Description |
|---|---|
| System.String |