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
- 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
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace