SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

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 Source

Type

Declaration
public static readonly RequestType<InitializeRequest, InitializeResult> Type

Properties

| Improve this Doc View Source

Capabilities

Gets or sets the capabilities provided by the client (editor).

Declaration
public ClientCapabilities Capabilities { get; set; }
Type Description
ClientCapabilities
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX