Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace