Condividi tramite


IVsDebuggerDeploy.ConnectToTargetComputer Method

Definition

public:
 int ConnectToTargetComputer(System::String ^ szTargetComputer, Microsoft::VisualStudio::Debugger::Interop::VsDebugRemoteAuthenticationMode authMode, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IVsDebuggerDeployConnection ^ % ppConnection);
public int ConnectToTargetComputer(string szTargetComputer, Microsoft.VisualStudio.Debugger.Interop.VsDebugRemoteAuthenticationMode authMode, out Microsoft.VisualStudio.Debugger.Interop.IVsDebuggerDeployConnection ppConnection);
abstract member ConnectToTargetComputer : string * Microsoft.VisualStudio.Debugger.Interop.VsDebugRemoteAuthenticationMode * IVsDebuggerDeployConnection -> int
Public Function ConnectToTargetComputer (szTargetComputer As String, authMode As VsDebugRemoteAuthenticationMode, ByRef ppConnection As IVsDebuggerDeployConnection) As Integer

Parameters

szTargetComputer
String

Returns

Applies to