Workspace.RaiseTextDocumentClosedEventAsync(TextDocument) Method

Definition

protected System.Threading.Tasks.Task RaiseTextDocumentClosedEventAsync (Microsoft.CodeAnalysis.TextDocument document);
member this.RaiseTextDocumentClosedEventAsync : Microsoft.CodeAnalysis.TextDocument -> System.Threading.Tasks.Task
Protected Function RaiseTextDocumentClosedEventAsync (document As TextDocument) As Task

Parameters

document
TextDocument

Returns

Applies to