IVsDebugRemoteDiscoveryUI Interface

Definition

Provides methods for discovery of Remote Debugging computers. You can get an instance of this interface from the SVsDebugRemoteDiscoveryUI (SID_SVsDebugRemoteDiscoveryUI) service.

public interface class IVsDebugRemoteDiscoveryUI
public interface class IVsDebugRemoteDiscoveryUI
__interface IVsDebugRemoteDiscoveryUI
[System.Runtime.InteropServices.Guid("81FB5379-B64E-4D8F-8628-E5305306F12A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugRemoteDiscoveryUI
[<System.Runtime.InteropServices.Guid("81FB5379-B64E-4D8F-8628-E5305306F12A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugRemoteDiscoveryUI = interface
Public Interface IVsDebugRemoteDiscoveryUI
Attributes

Methods

SelectRemoteInstanceViaDlg(String, Guid, UInt32, String, Guid)

Shows the Remote Debugger Discovery dialog, returning the selected computer.

Applies to