Share via


IVstaProjectClientInternal.GetDebugInfo 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 GetDebugInfo ( _
    <OutAttribute> ByRef exePath As String, _
    <OutAttribute> ByRef commandLine As String, _
    <OutAttribute> ByRef workingDir As String _
)
'Usage
Dim instance As IVstaProjectClientInternal 
Dim exePath As String 
Dim commandLine As String 
Dim workingDir As String

instance.GetDebugInfo(exePath, commandLine, _
    workingDir)
void GetDebugInfo(
    out string exePath,
    out string commandLine,
    out string workingDir
)
void GetDebugInfo(
    [OutAttribute] String^% exePath, 
    [OutAttribute] String^% commandLine, 
    [OutAttribute] String^% workingDir
)
function GetDebugInfo(
    exePath : String, 
    commandLine : String, 
    workingDir : String
)

Parameters

.NET Framework Security

See Also

Reference

IVstaProjectClientInternal Interface

IVstaProjectClientInternal Members

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