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.
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
- dte
Type: EnvDTE.DTE
- exePath
Type: System.String
- cmdLine
Type: System.String
Return Value
Type: System.Int32
.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
IExternalDebugHelper Interface
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace