共用方式為


Workspace.RaiseDocumentOpenedEventAsync(Document) 方法

定義

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

參數

document
Document

傳回

適用於