Share via


IVstaProjectClientInternal.SetDebugInfo 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.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Sub SetDebugInfo ( _
    exePath As String, _
    commandLine As String, _
    workingDir As String _
)
'Usage
Dim instance As IVstaProjectClientInternal 
Dim exePath As String 
Dim commandLine As String 
Dim workingDir As String

instance.SetDebugInfo(exePath, commandLine, _
    workingDir)
void SetDebugInfo(
    string exePath,
    string commandLine,
    string workingDir
)
void SetDebugInfo(
    String^ exePath, 
    String^ commandLine, 
    String^ workingDir
)
function SetDebugInfo(
    exePath : String, 
    commandLine : String, 
    workingDir : String
)

Parameters

.NET Framework Security

See Also

Reference

IVstaProjectClientInternal Interface

IVstaProjectClientInternal Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal Namespace