Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods for discovery of Remote Debugging computers. You can get an instance of this interface from the SVsDebugRemoteDiscoveryUI (SID_SVsDebugRemoteDiscoveryUI) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("81FB5379-B64E-4D8F-8628-E5305306F12A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDebugRemoteDiscoveryUI
[GuidAttribute("81FB5379-B64E-4D8F-8628-E5305306F12A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugRemoteDiscoveryUI
[GuidAttribute(L"81FB5379-B64E-4D8F-8628-E5305306F12A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDebugRemoteDiscoveryUI
[<GuidAttribute("81FB5379-B64E-4D8F-8628-E5305306F12A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugRemoteDiscoveryUI = interface end
public interface IVsDebugRemoteDiscoveryUI
The IVsDebugRemoteDiscoveryUI type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SelectRemoteInstanceViaDlg | Shows the Remote Debugger Discovery dialog, returning the selected computer. |
Top