Workspace.OnDocumentReloaded(DocumentInfo) Method

Definition

Call this method when a document is reloaded in the host environment.

protected public:
 void OnDocumentReloaded(Microsoft::CodeAnalysis::DocumentInfo ^ newDocumentInfo);
protected internal void OnDocumentReloaded (Microsoft.CodeAnalysis.DocumentInfo newDocumentInfo);
member this.OnDocumentReloaded : Microsoft.CodeAnalysis.DocumentInfo -> unit
Protected Friend Sub OnDocumentReloaded (newDocumentInfo As DocumentInfo)

Parameters

newDocumentInfo
DocumentInfo

Applies to