DEBUG_REMOTE_DISCOVERY_FLAGS Enumeration

Specifies the flags used by the Remote Discovery dialog to find remote machines on a local subnet.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration DEBUG_REMOTE_DISCOVERY_FLAGS
[FlagsAttribute]
public enum DEBUG_REMOTE_DISCOVERY_FLAGS
[FlagsAttribute]
public enum class DEBUG_REMOTE_DISCOVERY_FLAGS
[<FlagsAttribute>]
type DEBUG_REMOTE_DISCOVERY_FLAGS
public enum DEBUG_REMOTE_DISCOVERY_FLAGS

Members

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace