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 SourceType
Declaration
public static readonly EventType<DidOpenTextDocumentNotification> Type
Properties
| Improve this Doc View SourceTextDocument
Gets or sets the opened document.
Declaration
public TextDocumentItem TextDocument { get; set; }
| Type | Description |
|---|---|
| TextDocumentItem |