IExternalDebugHost.OnBeforeDebugStarting Method

Returns the process ID for the add-in.

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
Function OnBeforeDebugStarting As Integer
'Usage
Dim instance As IExternalDebugHost 
Dim returnValue As Integer 

returnValue = instance.OnBeforeDebugStarting()
int OnBeforeDebugStarting()
int OnBeforeDebugStarting()
function OnBeforeDebugStarting() : int

Return Value

Type: System.Int32
The process ID for the add-in.

Remarks

You can create an external add-in process in this method.

.NET Framework Security

See Also

Reference

IExternalDebugHost Interface

IExternalDebugHost Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace