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

Class DidOpenTextDocumentNotification

Inheritance
System.Object
DidOpenTextDocumentNotification
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class DidOpenTextDocumentNotification

Fields

| Improve this Doc View Source

Type

Declaration
public static readonly EventType<DidOpenTextDocumentNotification> Type

Properties

| Improve this Doc View Source

TextDocument

Gets or sets the opened document.

Declaration
public TextDocumentItem TextDocument { get; set; }
Type Description
TextDocumentItem
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX