IExternalDebugHost Interface

Notifies the host application about debugging checkpoints for loading and unloading add-ins during external host debugging.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public Interface IExternalDebugHost
'Usage
Dim instance As IExternalDebugHost
public interface IExternalDebugHost
public interface class IExternalDebugHost
public interface IExternalDebugHost

Remarks

External host debugging occurs when user code is being run in the Visual Studio Tools for Applications IDE against the host application, and the host application and Visual Studio Tools for Applications run in separate processes.

Implement this interface in the host application's integration code.

See Also

Reference

IExternalDebugHost Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace