IVstaUpgradeHelper.DebugInfoCommandLine Property
Gets the parameters to pass to the application that is started 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 DebugInfoCommandLine As String
'Usage
Dim instance As IVstaUpgradeHelper
Dim value As String
value = instance.DebugInfoCommandLine
[CLSCompliantAttribute(false)]
string DebugInfoCommandLine { get; }
[CLSCompliantAttribute(false)]
property String^ DebugInfoCommandLine {
String^ get ();
}
function get DebugInfoCommandLine () : String
Property Value
Type: System.String
.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