DEBUG_REMOTE_DISCOVERY_FLAGS Enumeration
Visual Studio 2015
Specifies the flags used by the Remote Discovery dialog to find remote machines on a local subnet.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| DRD_NONE | No flags are specified. | |
| DRD_SHOW_MANUAL | When the Remote Discovery dialog is initiated from the global dropdown Start Debugging button, setting this member specifies that the dialog shows additional fields that allows the manual entry of a remote machine’s address if automatic discovery does not find it. When the Remote Discovery dialog is initiated from the project’s property page, the property page already has the ability to configure the remote machine’s address manually. Therefore this member is not set, hiding the manual configuration option in the dialog. |
Show: