Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |