Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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. |