HostAdapter.IVstaHostAdapter.GetDebugInfo Method

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

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

CType(instance, IVstaHostAdapter).GetDebugInfo(exePath, _
    commandLine, workingDir)
void IVstaHostAdapter.GetDebugInfo(
    out string exePath,
    out string commandLine,
    out string workingDir
)
private:
virtual void GetDebugInfo(
    [OutAttribute] String^% exePath, 
    [OutAttribute] String^% commandLine, 
    [OutAttribute] String^% workingDir
) sealed = IVstaHostAdapter::GetDebugInfo
JScript does not support explicit interface implementations.

Parameters

Implements

IVstaHostAdapter.GetDebugInfo(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