Condividi tramite


IDebugSession3.ConnectToServerEx Method

Definition

public:
 int ConnectToServerEx(System::String ^ szServerName, Microsoft::VisualStudio::Debugger::Interop::CONNECT_REASON ConnectReason, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugCoreServer3 ^ % ppServer);
public int ConnectToServerEx(string szServerName, Microsoft.VisualStudio.Debugger.Interop.CONNECT_REASON ConnectReason, out Microsoft.VisualStudio.Debugger.Interop.IDebugCoreServer3 ppServer);
abstract member ConnectToServerEx : string * Microsoft.VisualStudio.Debugger.Interop.CONNECT_REASON * IDebugCoreServer3 -> int
Public Function ConnectToServerEx (szServerName As String, ConnectReason As CONNECT_REASON, ByRef ppServer As IDebugCoreServer3) As Integer

Parameters

szServerName
String
ConnectReason
CONNECT_REASON

Returns

Applies to