HostAdapter.IVstaHostAdapter.SetDebugInfo Method

For a description of this method, see IVstaHostAdapter.SetDebugInfo.

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
Private Sub SetDebugInfo ( _
    exePath As String, _
    commandLine As String, _
    workingDir As String _
) Implements IVstaHostAdapter.SetDebugInfo
'Usage
Dim instance As HostAdapter 
Dim exePath As String 
Dim commandLine As String 
Dim workingDir As String 

CType(instance, IVstaHostAdapter).SetDebugInfo(exePath, _
    commandLine, workingDir)
void IVstaHostAdapter.SetDebugInfo(
    string exePath,
    string commandLine,
    string workingDir
)
private:
virtual void SetDebugInfo(
    String^ exePath, 
    String^ commandLine, 
    String^ workingDir
) sealed = IVstaHostAdapter::SetDebugInfo
JScript does not support explicit interface implementations.

Parameters

Implements

IVstaHostAdapter.SetDebugInfo(String, String, String)

Remarks

This member is an explicit interface implementation that is visible to COM. It can be used only when the HostAdapter instance is cast to an IVstaHostAdapter interface.

.NET Framework Security

See Also

Reference

HostAdapter Class

HostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace