Share via


IExternalDebugHelper.NotifyDebugHost Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

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 NotifyDebugHost ( _
    dte As DTE, _
    exePath As String, _
    cmdLine As String _
) As Integer
'Usage
Dim instance As IExternalDebugHelper 
Dim dte As DTE 
Dim exePath As String 
Dim cmdLine As String 
Dim returnValue As Integer 

returnValue = instance.NotifyDebugHost(dte, _
    exePath, cmdLine)
int NotifyDebugHost(
    DTE dte,
    string exePath,
    string cmdLine
)
int NotifyDebugHost(
    DTE^ dte, 
    String^ exePath, 
    String^ cmdLine
)
function NotifyDebugHost(
    dte : DTE, 
    exePath : String, 
    cmdLine : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IExternalDebugHelper Interface

IExternalDebugHelper Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace