Workspace.RaiseDocumentClosedEventAsync(Document) Method

Definition

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

Parameters

document
Document

Returns

Applies to