Class DidCloseTextDocumentParams
Inheritance
System.Object
DidCloseTextDocumentParams
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class DidCloseTextDocumentParams
Properties
| Improve this Doc View SourceTextDocument
Gets or sets the closed document.
Declaration
public TextDocumentItem TextDocument { get; set; }
| Type | Description |
|---|---|
| TextDocumentItem |