IVsDebuggerDeploy.ConnectToTargetComputer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- authMode
- VsDebugRemoteAuthenticationMode
- ppConnection
- IVsDebuggerDeployConnection