IVsDebuggerDeploy140.CreateDeployConnectionForExistingConnection 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:
void CreateDeployConnectionForExistingConnection(Guid % uniqueConnectionId, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IVsDebuggerDeployConnection ^ % ppConnection);
public void CreateDeployConnectionForExistingConnection(ref Guid uniqueConnectionId, out Microsoft.VisualStudio.Debugger.Interop.IVsDebuggerDeployConnection ppConnection);
abstract member CreateDeployConnectionForExistingConnection : Guid * IVsDebuggerDeployConnection -> unit
Public Sub CreateDeployConnectionForExistingConnection (ByRef uniqueConnectionId As Guid, ByRef ppConnection As IVsDebuggerDeployConnection)
Parameters
- uniqueConnectionId
- Guid
- ppConnection
- IVsDebuggerDeployConnection