IVsDebugRemoteDiscoveryUI::SelectRemoteInstanceViaDlg Method (String^, Guid, UInt32, String^, Guid)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

int SelectRemoteInstanceViaDlg(
	String^ currentTransportQualifier,
	Guid currentPortSupplier,
	unsigned int flags,
	[OutAttribute] String^% transportQualifier,
	[OutAttribute] Guid% guidPortSupplier
)

Parameters

currentTransportQualifier
Type: System::String^

The current transport qualifier.

currentPortSupplier
Type: System::Guid

The current port supplier.

flags
Type: System::UInt32

Flags specified in the DEBUG_REMOTE_DISCOVERY_FLAGS enumeration.

transportQualifier
Type: System::String^

String to pass to the debugger to connect to the selected computer. This is also the string that shows up in the project properties.

guidPortSupplier
Type: System::Guid

GUID indicating the transport (port supplier) to use when connecting. Currently this is either Guid.Empty to indicate Windows authentication, or guidNoAuthPortSupplier for no-authentication.

Return Value

Type: System::Int32
Return to top
Show: