Share via


IVstaUpgradeHelper.DebugInfoExeName Property

Gets the path of the application to run when debugging starts.

This API is not CLS-compliant. 

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
<CLSCompliantAttribute(False)> _
ReadOnly Property DebugInfoExeName As String
'Usage
Dim instance As IVstaUpgradeHelper 
Dim value As String 

value = instance.DebugInfoExeName
[CLSCompliantAttribute(false)]
string DebugInfoExeName { get; }
[CLSCompliantAttribute(false)]
property String^ DebugInfoExeName {
    String^ get ();
}
function get DebugInfoExeName () : String

Property Value

Type: System.String
The path of the application that is started for the debugging session.

.NET Framework Security

See Also

Reference

IVstaUpgradeHelper Interface

IVstaUpgradeHelper Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace