Allows external editors to safely edit file-based debugger documents by notifying the document when the source file is changed.

In addition to the methods inherited from IUnknown, the IDebugDocumentTextExternalAuthor interface exposes the following methods.

Methods in Vtable Order

Method Description

IDebugDocumentTextExternalAuthor::GetPathName

Returns the full path and file name of the document.

IDebugDocumentTextExternalAuthor::GetFileName

Returns the name of the document without path information.

IDebugDocumentTextExternalAuthor::NotifyChanged

Notifies the host that the document source has changed.