Freigeben über


Workspace.OnDocumentClosing(DocumentId) Methode

Definition

Überschreiben Sie diese Methode, um sofort zu handeln, wenn ein Dokument geschlossen wird, anstatt darauf zu warten, dass das entsprechende Arbeitsbereichsänderungsereignis asynchron ausgelöst wird.

protected:
 virtual void OnDocumentClosing(Microsoft::CodeAnalysis::DocumentId ^ documentId);
protected virtual void OnDocumentClosing (Microsoft.CodeAnalysis.DocumentId documentId);
abstract member OnDocumentClosing : Microsoft.CodeAnalysis.DocumentId -> unit
override this.OnDocumentClosing : Microsoft.CodeAnalysis.DocumentId -> unit
Protected Overridable Sub OnDocumentClosing (documentId As DocumentId)

Parameter

documentId
DocumentId

Gilt für: